Shades of Light Cyan #CCFDF9
Tints of Light Cyan #CCFDF9
RGB
CMYK
RGB Variations
Color information
#CCFDF9 (or 0xCCFDF9) is known color: Light Cyan. HEX triplet: CC, FD and F9. RGB value is (204,253,249). Sum of RGB (Red+Green+Blue) = 204+253+249=706 (93% of max value = 765). Red value is 204 (80.08% from 255 or 28.90% from 706); Green value is 253 (99.22% from 255 or 35.84% from 706); Blue value is 249 (97.66% from 255 or 35.27% from 706); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFDF9 is #330206. Grayscale: #EDEDED. Windows color (decimal): -3342855 or 16383436. OLE color: 16383436.
HSL color Cylindrical-coordinate representation of color #CCFDF9: hue angle of 175.1º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFDF9 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 253 | 249 | - |
CMYK | 0.19 | 0 | 0.02 | 0.01 |
HSL | 175.1º | 0.92% | 0.9% | - |
HSV(B) | 175.1º | 0.19% | 0.99% | - |
XYZ | 77.13 | 89.93 | 102.92 | - |
YUV | 237.89 | 134.27 | 103.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 253 | 249 | 0.19 | 0 | 0.02 | 0.01 | 175.1 | 0.92 | 0.9 |
Hex | CC | FD | F9 | 13 | 0 | 2 | 1 | AF | 5C | 5A |
Octal | 314 | 375 | 371 | 23 | 0 | 2 | 1 | 257 | 134 | 132 |
Binary | 11001100 | 11111101 | 11111001 | 10011 | 0 | 10 | 1 | 10101111 | 1011100 | 1011010 |
Color Harmonies of #CCFDF9
Complementary color
Monochromatic Colors of #CCFDF9
Black with #CCFDF9
Text Example
Text Example
White with #CCFDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFDF9; }
p { color: rgb(204,253,249); }
H1.HeaderClassName
{
color: #CCFDF9;
}
.AnyTagClassName
{
color: #CCFDF9;
}
</style>
background-color css
<style>
a { background-color: #CCFDF9; }
a { background-color: rgb(204,253,249); }
div.DivClassName
{
background-color: #CCFDF9;
}
.BgClassName
{
background-color: #CCFDF9;
}
</style>
border-color css
<style>
span { border-color: #CCFDF9; }
span { border-color: rgb(204,253,249); }
td.TdClassName
{
border-color: #CCFDF9;
}
.TagClassName
{
border-color: #CCFDF9;
}
</style>