Shades of Light Cyan #CFFCF9
Tints of Light Cyan #CFFCF9
RGB
CMYK
RGB Variations
Color information
#CFFCF9 (or 0xCFFCF9) is known color: Light Cyan. HEX triplet: CF, FC and F9. RGB value is (207,252,249). Sum of RGB (Red+Green+Blue) = 207+252+249=708 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.24% from 708); Green value is 252 (98.83% from 255 or 35.59% from 708); Blue value is 249 (97.66% from 255 or 35.17% from 708); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFCF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFCF9 is #300306. Grayscale: #EEEEEE. Windows color (decimal): -3146503 or 16383183. OLE color: 16383183.
HSL color Cylindrical-coordinate representation of color #CFFCF9: hue angle of 176º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFFCF9 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 207 | 252 | 249 | - |
CMYK | 0.18 | 0 | 0.01 | 0.01 |
HSL | 176º | 0.88% | 0.9% | - |
HSV(B) | 176º | 0.18% | 0.99% | - |
XYZ | 77.64 | 89.73 | 102.85 | - |
YUV | 238.2 | 134.09 | 105.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 252 | 249 | 0.18 | 0 | 0.01 | 0.01 | 176 | 0.88 | 0.9 |
Hex | CF | FC | F9 | 12 | 0 | 1 | 1 | B0 | 58 | 5A |
Octal | 317 | 374 | 371 | 22 | 0 | 1 | 1 | 260 | 130 | 132 |
Binary | 11001111 | 11111100 | 11111001 | 10010 | 0 | 1 | 1 | 10110000 | 1011000 | 1011010 |
Color Harmonies of #CFFCF9
Complementary color
Monochromatic Colors of #CFFCF9
Black with #CFFCF9
Text Example
Text Example
White with #CFFCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFCF9; }
p { color: rgb(207,252,249); }
H1.HeaderClassName
{
color: #CFFCF9;
}
.AnyTagClassName
{
color: #CFFCF9;
}
</style>
background-color css
<style>
a { background-color: #CFFCF9; }
a { background-color: rgb(207,252,249); }
div.DivClassName
{
background-color: #CFFCF9;
}
.BgClassName
{
background-color: #CFFCF9;
}
</style>
border-color css
<style>
span { border-color: #CFFCF9; }
span { border-color: rgb(207,252,249); }
td.TdClassName
{
border-color: #CFFCF9;
}
.TagClassName
{
border-color: #CFFCF9;
}
</style>