Shades of Light Cyan #CFFBFF
Tints of Light Cyan #CFFBFF
RGB
CMYK
RGB Variations
Color information
#CFFBFF (or 0xCFFBFF) is known color: Light Cyan. HEX triplet: CF, FB and FF. RGB value is (207,251,255). Sum of RGB (Red+Green+Blue) = 207+251+255=713 (94% of max value = 765). Red value is 207 (81.25% from 255 or 29.03% from 713); Green value is 251 (98.44% from 255 or 35.20% from 713); Blue value is 255 (100% from 255 or 35.76% from 713); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFFBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFBFF is #300400. Grayscale: #EEEEEE. Windows color (decimal): -3146753 or 16776143. OLE color: 16776143.
HSL color Cylindrical-coordinate representation of color #CFFBFF: hue angle of 185º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFFBFF is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 251 | 255 | - |
| CMYK | 0.19 | 0.02 | 0 | 0 |
| HSL | 185º | 1% | 0.91% | - |
| HSV(B) | 185º | 0.19% | 1% | - |
| XYZ | 78.28 | 89.48 | 107.75 | - |
| YUV | 238.3 | 137.42 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 251 | 255 | 0.19 | 0.02 | 0 | 0 | 185 | 1 | 0.91 |
| Hex | CF | FB | FF | 13 | 2 | 0 | 0 | B9 | 64 | 5B |
| Octal | 317 | 373 | 377 | 23 | 2 | 0 | 0 | 271 | 144 | 133 |
| Binary | 11001111 | 11111011 | 11111111 | 10011 | 10 | 0 | 0 | 10111001 | 1100100 | 1011011 |
Color Harmonies of #CFFBFF
Complementary color
Monochromatic Colors of #CFFBFF
Black with #CFFBFF
Text Example
Text Example
White with #CFFBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFBFF; }
p { color: rgb(207,251,255); }
H1.HeaderClassName
{
color: #CFFBFF;
}
.AnyTagClassName
{
color: #CFFBFF;
}
</style>
background-color css
<style>
a { background-color: #CFFBFF; }
a { background-color: rgb(207,251,255); }
div.DivClassName
{
background-color: #CFFBFF;
}
.BgClassName
{
background-color: #CFFBFF;
}
</style>
border-color css
<style>
span { border-color: #CFFBFF; }
span { border-color: rgb(207,251,255); }
td.TdClassName
{
border-color: #CFFBFF;
}
.TagClassName
{
border-color: #CFFBFF;
}
</style>