Shades of Light Cyan #CCFFF7
Tints of Light Cyan #CCFFF7
RGB
CMYK
RGB Variations
Color information
#CCFFF7 (or 0xCCFFF7) is known color: Light Cyan. HEX triplet: CC, FF and F7. RGB value is (204,255,247). Sum of RGB (Red+Green+Blue) = 204+255+247=706 (93% of max value = 765). Red value is 204 (80.08% from 255 or 28.90% from 706); Green value is 255 (100% from 255 or 36.12% from 706); Blue value is 247 (96.88% from 255 or 34.99% from 706); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFFF7 is #330008. Grayscale: #EEEEEE. Windows color (decimal): -3342345 or 16252876. OLE color: 16252876.
HSL color Cylindrical-coordinate representation of color #CCFFF7: hue angle of 170.59º 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 #CCFFF7 is Cyan = 0.2, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 247 | - |
| CMYK | 0.2 | 0 | 0.03 | 0 |
| HSL | 170.59º | 1% | 0.9% | - |
| HSV(B) | 170.59º | 0.2% | 1% | - |
| XYZ | 77.45 | 91.07 | 101.49 | - |
| YUV | 238.84 | 132.6 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 247 | 0.2 | 0 | 0.03 | 0 | 170.59 | 1 | 0.9 |
| Hex | CC | FF | F7 | 14 | 0 | 3 | 0 | AB | 64 | 5A |
| Octal | 314 | 377 | 367 | 24 | 0 | 3 | 0 | 253 | 144 | 132 |
| Binary | 11001100 | 11111111 | 11110111 | 10100 | 0 | 11 | 0 | 10101011 | 1100100 | 1011010 |
Color Harmonies of #CCFFF7
Complementary color
Monochromatic Colors of #CCFFF7
Black with #CCFFF7
Text Example
Text Example
White with #CCFFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFFF7; }
p { color: rgb(204,255,247); }
H1.HeaderClassName
{
color: #CCFFF7;
}
.AnyTagClassName
{
color: #CCFFF7;
}
</style>
background-color css
<style>
a { background-color: #CCFFF7; }
a { background-color: rgb(204,255,247); }
div.DivClassName
{
background-color: #CCFFF7;
}
.BgClassName
{
background-color: #CCFFF7;
}
</style>
border-color css
<style>
span { border-color: #CCFFF7; }
span { border-color: rgb(204,255,247); }
td.TdClassName
{
border-color: #CCFFF7;
}
.TagClassName
{
border-color: #CCFFF7;
}
</style>