Shades of Light Cyan #CFFDF9
Tints of Light Cyan #CFFDF9
RGB
CMYK
RGB Variations
Color information
#CFFDF9 (or 0xCFFDF9) is known color: Light Cyan. HEX triplet: CF, FD and F9. RGB value is (207,253,249). Sum of RGB (Red+Green+Blue) = 207+253+249=709 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.20% from 709); Green value is 253 (99.22% from 255 or 35.68% from 709); Blue value is 249 (97.66% from 255 or 35.12% from 709); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFDF9 is #300206. Grayscale: #EEEEEE. Windows color (decimal): -3146247 or 16383439. OLE color: 16383439.
HSL color Cylindrical-coordinate representation of color #CFFDF9: hue angle of 174.78º degrees, saturation: 0.92, 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 #CFFDF9 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 207 | 253 | 249 | - |
CMYK | 0.18 | 0 | 0.02 | 0.01 |
HSL | 174.78º | 0.92% | 0.9% | - |
HSV(B) | 174.78º | 0.18% | 0.99% | - |
XYZ | 77.96 | 90.36 | 102.95 | - |
YUV | 238.79 | 133.76 | 105.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 253 | 249 | 0.18 | 0 | 0.02 | 0.01 | 174.78 | 0.92 | 0.9 |
Hex | CF | FD | F9 | 12 | 0 | 2 | 1 | AF | 5C | 5A |
Octal | 317 | 375 | 371 | 22 | 0 | 2 | 1 | 257 | 134 | 132 |
Binary | 11001111 | 11111101 | 11111001 | 10010 | 0 | 10 | 1 | 10101111 | 1011100 | 1011010 |
Color Harmonies of #CFFDF9
Complementary color
Monochromatic Colors of #CFFDF9
Black with #CFFDF9
Text Example
Text Example
White with #CFFDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFDF9; }
p { color: rgb(207,253,249); }
H1.HeaderClassName
{
color: #CFFDF9;
}
.AnyTagClassName
{
color: #CFFDF9;
}
</style>
background-color css
<style>
a { background-color: #CFFDF9; }
a { background-color: rgb(207,253,249); }
div.DivClassName
{
background-color: #CFFDF9;
}
.BgClassName
{
background-color: #CFFDF9;
}
</style>
border-color css
<style>
span { border-color: #CFFDF9; }
span { border-color: rgb(207,253,249); }
td.TdClassName
{
border-color: #CFFDF9;
}
.TagClassName
{
border-color: #CFFDF9;
}
</style>