YCbCr Converter
Convert RGB to YCbCr and back — the encoding used by JPEG and video codecs. Enter a value on the left; the sRGB equivalent and every other format appear instantly.
Input
Result
How to convert YCbCr to RGB
- Enter your YCbCr value in the input panel (or use the visual picker).
- The RGB result updates instantly as you type — no submit button needed.
- Click Copy next to the result, or expand “All other formats” for every color model at once.
About YCbCr
YCbCr is the digital luma/chroma encoding used by JPEG, MPEG and most video codecs. Y carries brightness; Cb and Cr carry blue- and red-difference chroma.
About RGB
RGB describes a color by its red, green and blue light components, each from 0 to 255. It is the native model of screens and the most widely used digital color format.
Frequently asked questions
What is YCbCr?
YCbCr is the digital luma/chroma encoding used by JPEG, MPEG and most video codecs. Y carries brightness; Cb and Cr carry blue- and red-difference chroma.
How accurate is this YCbCr converter?
Conversions use the standard published matrices and transfer functions (sRGB, D65) with double-precision math, then round for display.
Does it work offline?
Once loaded, all math runs in your browser — nothing is sent to a server.