Shades of Light Cyan #CCFEFE
Tints of Light Cyan #CCFEFE
RGB
CMYK
RGB Variations
Color information
#CCFEFE (or 0xCCFEFE) is known color: Light Cyan. HEX triplet: CC, FE and FE. RGB value is (204,254,254). Sum of RGB (Red+Green+Blue) = 204+254+254=712 (94% of max value = 765). Red value is 204 (80.08% from 255 or 28.65% from 712); Green value is 254 (99.61% from 255 or 35.67% from 712); Blue value is 254 (99.61% from 255 or 35.67% from 712); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #CCFEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFEFE is #330101. Grayscale: #EEEEEE. Windows color (decimal): -3342594 or 16711372. OLE color: 16711372.
HSL color Cylindrical-coordinate representation of color #CCFEFE: hue angle of 180º 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 #CCFEFE is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 254 | - |
| CMYK | 0.20 | 0 | 0 | 0.00 |
| HSL | 180º | 0.96% | 0.9% | - |
| HSV(B) | 180º | 0.2% | 1% | - |
| XYZ | 78.23 | 90.88 | 107.18 | - |
| YUV | 239.05 | 136.44 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 254 | 0.20 | 0 | 0 | 0.00 | 180 | 0.96 | 0.9 |
| Hex | CC | FE | FE | 14 | 0 | 0 | 0 | B4 | 60 | 5A |
| Octal | 314 | 376 | 376 | 24 | 0 | 0 | 0 | 264 | 140 | 132 |
| Binary | 11001100 | 11111110 | 11111110 | 10100 | 0 | 0 | 0 | 10110100 | 1100000 | 1011010 |
Color Harmonies of #CCFEFE
Complementary color
Monochromatic Colors of #CCFEFE
Black with #CCFEFE
Text Example
Text Example
White with #CCFEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFEFE; }
p { color: rgb(204,254,254); }
H1.HeaderClassName
{
color: #CCFEFE;
}
.AnyTagClassName
{
color: #CCFEFE;
}
</style>
background-color css
<style>
a { background-color: #CCFEFE; }
a { background-color: rgb(204,254,254); }
div.DivClassName
{
background-color: #CCFEFE;
}
.BgClassName
{
background-color: #CCFEFE;
}
</style>
border-color css
<style>
span { border-color: #CCFEFE; }
span { border-color: rgb(204,254,254); }
td.TdClassName
{
border-color: #CCFEFE;
}
.TagClassName
{
border-color: #CCFEFE;
}
</style>