Shades of Light Cyan #CCFEFF
Tints of Light Cyan #CCFEFF
RGB
CMYK
RGB Variations
Color information
#CCFEFF (or 0xCCFEFF) is known color: Light Cyan. HEX triplet: CC, FE and FF. RGB value is (204,254,255). Sum of RGB (Red+Green+Blue) = 204+254+255=713 (94% of max value = 765). Red value is 204 (80.08% from 255 or 28.61% from 713); Green value is 254 (99.61% from 255 or 35.62% from 713); Blue value is 255 (100% from 255 or 35.76% from 713); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCFEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFEFF is #330100. Grayscale: #EFEFEF. Windows color (decimal): -3342593 or 16776908. OLE color: 16776908.
HSL color Cylindrical-coordinate representation of color #CCFEFF: hue angle of 181.18º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFEFF is Cyan = 0.2, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 254 | 255 | - |
| CMYK | 0.2 | 0.00 | 0 | 0 |
| HSL | 181.18º | 1% | 0.9% | - |
| HSV(B) | 181.18º | 0.2% | 1% | - |
| XYZ | 78.39 | 90.94 | 108.03 | - |
| YUV | 239.16 | 136.94 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 255 | 0.2 | 0.00 | 0 | 0 | 181.18 | 1 | 0.9 |
| Hex | CC | FE | FF | 14 | 0 | 0 | 0 | B5 | 64 | 5A |
| Octal | 314 | 376 | 377 | 24 | 0 | 0 | 0 | 265 | 144 | 132 |
| Binary | 11001100 | 11111110 | 11111111 | 10100 | 0 | 0 | 0 | 10110101 | 1100100 | 1011010 |
Color Harmonies of #CCFEFF
Complementary color
Monochromatic Colors of #CCFEFF
Black with #CCFEFF
Text Example
Text Example
White with #CCFEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFEFF; }
p { color: rgb(204,254,255); }
H1.HeaderClassName
{
color: #CCFEFF;
}
.AnyTagClassName
{
color: #CCFEFF;
}
</style>
background-color css
<style>
a { background-color: #CCFEFF; }
a { background-color: rgb(204,254,255); }
div.DivClassName
{
background-color: #CCFEFF;
}
.BgClassName
{
background-color: #CCFEFF;
}
</style>
border-color css
<style>
span { border-color: #CCFEFF; }
span { border-color: rgb(204,254,255); }
td.TdClassName
{
border-color: #CCFEFF;
}
.TagClassName
{
border-color: #CCFEFF;
}
</style>