Shades of Light Cyan #CBFBFF
Tints of Light Cyan #CBFBFF
RGB
CMYK
RGB Variations
Color information
#CBFBFF (or 0xCBFBFF) is known color: Light Cyan. HEX triplet: CB, FB and FF. RGB value is (203,251,255). Sum of RGB (Red+Green+Blue) = 203+251+255=709 (93% of max value = 765). Red value is 203 (79.69% from 255 or 28.63% from 709); Green value is 251 (98.44% from 255 or 35.40% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBFBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBFBFF is #340400. Grayscale: #EDEDED. Windows color (decimal): -3408897 or 16776139. OLE color: 16776139.
HSL color Cylindrical-coordinate representation of color #CBFBFF: hue angle of 184.62º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBFBFF is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 251 | 255 | - |
| CMYK | 0.20 | 0.02 | 0 | 0 |
| HSL | 184.62º | 1% | 0.9% | - |
| HSV(B) | 184.62º | 0.2% | 1% | - |
| XYZ | 77.18 | 88.91 | 107.7 | - |
| YUV | 237.1 | 138.1 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 251 | 255 | 0.20 | 0.02 | 0 | 0 | 184.62 | 1 | 0.9 |
| Hex | CB | FB | FF | 14 | 2 | 0 | 0 | B9 | 64 | 5A |
| Octal | 313 | 373 | 377 | 24 | 2 | 0 | 0 | 271 | 144 | 132 |
| Binary | 11001011 | 11111011 | 11111111 | 10100 | 10 | 0 | 0 | 10111001 | 1100100 | 1011010 |
Color Harmonies of #CBFBFF
Complementary color
Monochromatic Colors of #CBFBFF
Black with #CBFBFF
Text Example
Text Example
White with #CBFBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFBFF; }
p { color: rgb(203,251,255); }
H1.HeaderClassName
{
color: #CBFBFF;
}
.AnyTagClassName
{
color: #CBFBFF;
}
</style>
background-color css
<style>
a { background-color: #CBFBFF; }
a { background-color: rgb(203,251,255); }
div.DivClassName
{
background-color: #CBFBFF;
}
.BgClassName
{
background-color: #CBFBFF;
}
</style>
border-color css
<style>
span { border-color: #CBFBFF; }
span { border-color: rgb(203,251,255); }
td.TdClassName
{
border-color: #CBFBFF;
}
.TagClassName
{
border-color: #CBFBFF;
}
</style>