Shades of Light Cyan #CCF7FE
Tints of Light Cyan #CCF7FE
RGB
CMYK
RGB Variations
Color information
#CCF7FE (or 0xCCF7FE) is known color: Light Cyan. HEX triplet: CC, F7 and FE. RGB value is (204,247,254). Sum of RGB (Red+Green+Blue) = 204+247+254=705 (93% of max value = 765). Red value is 204 (80.08% from 255 or 28.94% from 705); Green value is 247 (96.88% from 255 or 35.04% from 705); Blue value is 254 (99.61% from 255 or 36.03% from 705); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCF7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF7FE is #330801. Grayscale: #EAEAEA. Windows color (decimal): -3344386 or 16709580. OLE color: 16709580.
HSL color Cylindrical-coordinate representation of color #CCF7FE: hue angle of 188.4º 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 #CCF7FE is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 247 | 254 | - |
| CMYK | 0.20 | 0.03 | 0 | 0.00 |
| HSL | 188.4º | 0.96% | 0.9% | - |
| HSV(B) | 188.4º | 0.2% | 1% | - |
| XYZ | 76.05 | 86.51 | 106.46 | - |
| YUV | 234.94 | 138.75 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 247 | 254 | 0.20 | 0.03 | 0 | 0.00 | 188.4 | 0.96 | 0.9 |
| Hex | CC | F7 | FE | 14 | 3 | 0 | 0 | BC | 60 | 5A |
| Octal | 314 | 367 | 376 | 24 | 3 | 0 | 0 | 274 | 140 | 132 |
| Binary | 11001100 | 11110111 | 11111110 | 10100 | 11 | 0 | 0 | 10111100 | 1100000 | 1011010 |
Color Harmonies of #CCF7FE
Complementary color
Monochromatic Colors of #CCF7FE
Black with #CCF7FE
Text Example
Text Example
White with #CCF7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF7FE; }
p { color: rgb(204,247,254); }
H1.HeaderClassName
{
color: #CCF7FE;
}
.AnyTagClassName
{
color: #CCF7FE;
}
</style>
background-color css
<style>
a { background-color: #CCF7FE; }
a { background-color: rgb(204,247,254); }
div.DivClassName
{
background-color: #CCF7FE;
}
.BgClassName
{
background-color: #CCF7FE;
}
</style>
border-color css
<style>
span { border-color: #CCF7FE; }
span { border-color: rgb(204,247,254); }
td.TdClassName
{
border-color: #CCF7FE;
}
.TagClassName
{
border-color: #CCF7FE;
}
</style>