Shades of Light Cyan #CFF9FF
Tints of Light Cyan #CFF9FF
RGB
CMYK
RGB Variations
Color information
#CFF9FF (or 0xCFF9FF) is known color: Light Cyan. HEX triplet: CF, F9 and FF. RGB value is (207,249,255). Sum of RGB (Red+Green+Blue) = 207+249+255=711 (94% of max value = 765). Red value is 207 (81.25% from 255 or 29.11% from 711); Green value is 249 (97.66% from 255 or 35.02% from 711); Blue value is 255 (100% from 255 or 35.86% from 711); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFF9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF9FF is #300600. Grayscale: #EDEDED. Windows color (decimal): -3147265 or 16775631. OLE color: 16775631.
HSL color Cylindrical-coordinate representation of color #CFF9FF: hue angle of 187.5º 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 #CFF9FF is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 249 | 255 | - |
| CMYK | 0.19 | 0.02 | 0 | 0 |
| HSL | 187.5º | 1% | 0.91% | - |
| HSV(B) | 187.5º | 0.19% | 1% | - |
| XYZ | 77.66 | 88.24 | 107.55 | - |
| YUV | 237.13 | 138.09 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 255 | 0.19 | 0.02 | 0 | 0 | 187.5 | 1 | 0.91 |
| Hex | CF | F9 | FF | 13 | 2 | 0 | 0 | BC | 64 | 5B |
| Octal | 317 | 371 | 377 | 23 | 2 | 0 | 0 | 274 | 144 | 133 |
| Binary | 11001111 | 11111001 | 11111111 | 10011 | 10 | 0 | 0 | 10111100 | 1100100 | 1011011 |
Color Harmonies of #CFF9FF
Complementary color
Monochromatic Colors of #CFF9FF
Black with #CFF9FF
Text Example
Text Example
White with #CFF9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF9FF; }
p { color: rgb(207,249,255); }
H1.HeaderClassName
{
color: #CFF9FF;
}
.AnyTagClassName
{
color: #CFF9FF;
}
</style>
background-color css
<style>
a { background-color: #CFF9FF; }
a { background-color: rgb(207,249,255); }
div.DivClassName
{
background-color: #CFF9FF;
}
.BgClassName
{
background-color: #CFF9FF;
}
</style>
border-color css
<style>
span { border-color: #CFF9FF; }
span { border-color: rgb(207,249,255); }
td.TdClassName
{
border-color: #CFF9FF;
}
.TagClassName
{
border-color: #CFF9FF;
}
</style>