Shades of Light Cyan #CCFFF8
Tints of Light Cyan #CCFFF8
RGB
CMYK
RGB Variations
Color information
#CCFFF8 (or 0xCCFFF8) is known color: Light Cyan. HEX triplet: CC, FF and F8. RGB value is (204,255,248). Sum of RGB (Red+Green+Blue) = 204+255+248=707 (93% of max value = 765). Red value is 204 (80.08% from 255 or 28.85% from 707); Green value is 255 (100% from 255 or 36.07% from 707); Blue value is 248 (97.27% from 255 or 35.08% from 707); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFFF8 is #330007. Grayscale: #EEEEEE. Windows color (decimal): -3342344 or 16318412. OLE color: 16318412.
HSL color Cylindrical-coordinate representation of color #CCFFF8: hue angle of 171.76º 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 #CCFFF8 is Cyan = 0.2, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 248 | - |
| CMYK | 0.2 | 0 | 0.03 | 0 |
| HSL | 171.76º | 1% | 0.9% | - |
| HSV(B) | 171.76º | 0.2% | 1% | - |
| XYZ | 77.61 | 91.13 | 102.31 | - |
| YUV | 238.95 | 133.1 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 248 | 0.2 | 0 | 0.03 | 0 | 171.76 | 1 | 0.9 |
| Hex | CC | FF | F8 | 14 | 0 | 3 | 0 | AC | 64 | 5A |
| Octal | 314 | 377 | 370 | 24 | 0 | 3 | 0 | 254 | 144 | 132 |
| Binary | 11001100 | 11111111 | 11111000 | 10100 | 0 | 11 | 0 | 10101100 | 1100100 | 1011010 |
Color Harmonies of #CCFFF8
Complementary color
Monochromatic Colors of #CCFFF8
Black with #CCFFF8
Text Example
Text Example
White with #CCFFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFFF8; }
p { color: rgb(204,255,248); }
H1.HeaderClassName
{
color: #CCFFF8;
}
.AnyTagClassName
{
color: #CCFFF8;
}
</style>
background-color css
<style>
a { background-color: #CCFFF8; }
a { background-color: rgb(204,255,248); }
div.DivClassName
{
background-color: #CCFFF8;
}
.BgClassName
{
background-color: #CCFFF8;
}
</style>
border-color css
<style>
span { border-color: #CCFFF8; }
span { border-color: rgb(204,255,248); }
td.TdClassName
{
border-color: #CCFFF8;
}
.TagClassName
{
border-color: #CCFFF8;
}
</style>