Shades of Light Cyan #CCFEF9
Tints of Light Cyan #CCFEF9
RGB
CMYK
RGB Variations
Color information
#CCFEF9 (or 0xCCFEF9) is known color: Light Cyan. HEX triplet: CC, FE and F9. RGB value is (204,254,249). Sum of RGB (Red+Green+Blue) = 204+254+249=707 (93% of max value = 765). Red value is 204 (80.08% from 255 or 28.85% from 707); Green value is 254 (99.61% from 255 or 35.93% from 707); Blue value is 249 (97.66% from 255 or 35.22% from 707); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFEF9 is #330106. Grayscale: #EEEEEE. Windows color (decimal): -3342599 or 16383692. OLE color: 16383692.
HSL color Cylindrical-coordinate representation of color #CCFEF9: hue angle of 174º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFEF9 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
RGB | 204 | 254 | 249 | - |
CMYK | 0.20 | 0 | 0.02 | 0.00 |
HSL | 174º | 0.96% | 0.9% | - |
HSV(B) | 174º | 0.2% | 1% | - |
XYZ | 77.44 | 90.56 | 103.02 | - |
YUV | 238.48 | 133.94 | 103.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 254 | 249 | 0.20 | 0 | 0.02 | 0.00 | 174 | 0.96 | 0.9 |
Hex | CC | FE | F9 | 14 | 0 | 2 | 0 | AE | 60 | 5A |
Octal | 314 | 376 | 371 | 24 | 0 | 2 | 0 | 256 | 140 | 132 |
Binary | 11001100 | 11111110 | 11111001 | 10100 | 0 | 10 | 0 | 10101110 | 1100000 | 1011010 |
Color Harmonies of #CCFEF9
Complementary color
Monochromatic Colors of #CCFEF9
Black with #CCFEF9
Text Example
Text Example
White with #CCFEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFEF9; }
p { color: rgb(204,254,249); }
H1.HeaderClassName
{
color: #CCFEF9;
}
.AnyTagClassName
{
color: #CCFEF9;
}
</style>
background-color css
<style>
a { background-color: #CCFEF9; }
a { background-color: rgb(204,254,249); }
div.DivClassName
{
background-color: #CCFEF9;
}
.BgClassName
{
background-color: #CCFEF9;
}
</style>
border-color css
<style>
span { border-color: #CCFEF9; }
span { border-color: rgb(204,254,249); }
td.TdClassName
{
border-color: #CCFEF9;
}
.TagClassName
{
border-color: #CCFEF9;
}
</style>