Shades of Light Cyan #CCFEF8
Tints of Light Cyan #CCFEF8
RGB
CMYK
RGB Variations
Color information
#CCFEF8 (or 0xCCFEF8) is known color: Light Cyan. HEX triplet: CC, FE and F8. RGB value is (204,254,248). Sum of RGB (Red+Green+Blue) = 204+254+248=706 (93% of max value = 765). Red value is 204 (80.08% from 255 or 28.90% from 706); Green value is 254 (99.61% from 255 or 35.98% from 706); Blue value is 248 (97.27% from 255 or 35.13% from 706); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFEF8 is #330107. Grayscale: #EEEEEE. Windows color (decimal): -3342600 or 16318156. OLE color: 16318156.
HSL color Cylindrical-coordinate representation of color #CCFEF8: hue angle of 172.8º 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 #CCFEF8 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 248 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.00 |
| HSL | 172.8º | 0.96% | 0.9% | - |
| HSV(B) | 172.8º | 0.2% | 1% | - |
| XYZ | 77.29 | 90.5 | 102.2 | - |
| YUV | 238.37 | 133.44 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 248 | 0.20 | 0 | 0.02 | 0.00 | 172.8 | 0.96 | 0.9 |
| Hex | CC | FE | F8 | 14 | 0 | 2 | 0 | AD | 60 | 5A |
| Octal | 314 | 376 | 370 | 24 | 0 | 2 | 0 | 255 | 140 | 132 |
| Binary | 11001100 | 11111110 | 11111000 | 10100 | 0 | 10 | 0 | 10101101 | 1100000 | 1011010 |
Color Harmonies of #CCFEF8
Complementary color
Monochromatic Colors of #CCFEF8
Black with #CCFEF8
Text Example
Text Example
White with #CCFEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFEF8; }
p { color: rgb(204,254,248); }
H1.HeaderClassName
{
color: #CCFEF8;
}
.AnyTagClassName
{
color: #CCFEF8;
}
</style>
background-color css
<style>
a { background-color: #CCFEF8; }
a { background-color: rgb(204,254,248); }
div.DivClassName
{
background-color: #CCFEF8;
}
.BgClassName
{
background-color: #CCFEF8;
}
</style>
border-color css
<style>
span { border-color: #CCFEF8; }
span { border-color: rgb(204,254,248); }
td.TdClassName
{
border-color: #CCFEF8;
}
.TagClassName
{
border-color: #CCFEF8;
}
</style>