Shades of Light Cyan #CCFFF6
Tints of Light Cyan #CCFFF6
RGB
CMYK
RGB Variations
Color information
#CCFFF6 (or 0xCCFFF6) is known color: Light Cyan. HEX triplet: CC, FF and F6. RGB value is (204,255,246). Sum of RGB (Red+Green+Blue) = 204+255+246=705 (93% of max value = 765). Red value is 204 (80.08% from 255 or 28.94% from 705); Green value is 255 (100% from 255 or 36.17% from 705); Blue value is 246 (96.48% from 255 or 34.89% from 705); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFFF6 is #330009. Grayscale: #EEEEEE. Windows color (decimal): -3342346 or 16187340. OLE color: 16187340.
HSL color Cylindrical-coordinate representation of color #CCFFF6: hue angle of 169.41º 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 #CCFFF6 is Cyan = 0.2, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 246 | - |
| CMYK | 0.2 | 0 | 0.04 | 0 |
| HSL | 169.41º | 1% | 0.9% | - |
| HSV(B) | 169.41º | 0.2% | 1% | - |
| XYZ | 77.3 | 91.01 | 100.68 | - |
| YUV | 238.73 | 132.1 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 246 | 0.2 | 0 | 0.04 | 0 | 169.41 | 1 | 0.9 |
| Hex | CC | FF | F6 | 14 | 0 | 4 | 0 | A9 | 64 | 5A |
| Octal | 314 | 377 | 366 | 24 | 0 | 4 | 0 | 251 | 144 | 132 |
| Binary | 11001100 | 11111111 | 11110110 | 10100 | 0 | 100 | 0 | 10101001 | 1100100 | 1011010 |
Color Harmonies of #CCFFF6
Complementary color
Monochromatic Colors of #CCFFF6
Black with #CCFFF6
Text Example
Text Example
White with #CCFFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFFF6; }
p { color: rgb(204,255,246); }
H1.HeaderClassName
{
color: #CCFFF6;
}
.AnyTagClassName
{
color: #CCFFF6;
}
</style>
background-color css
<style>
a { background-color: #CCFFF6; }
a { background-color: rgb(204,255,246); }
div.DivClassName
{
background-color: #CCFFF6;
}
.BgClassName
{
background-color: #CCFFF6;
}
</style>
border-color css
<style>
span { border-color: #CCFFF6; }
span { border-color: rgb(204,255,246); }
td.TdClassName
{
border-color: #CCFFF6;
}
.TagClassName
{
border-color: #CCFFF6;
}
</style>