Shades of Light Cyan #CCFFFD
Tints of Light Cyan #CCFFFD
RGB
CMYK
RGB Variations
Color information
#CCFFFD (or 0xCCFFFD) is known color: Light Cyan. HEX triplet: CC, FF and FD. RGB value is (204,255,253). Sum of RGB (Red+Green+Blue) = 204+255+253=712 (94% of max value = 765). Red value is 204 (80.08% from 255 or 28.65% from 712); Green value is 255 (100% from 255 or 35.81% from 712); Blue value is 253 (99.22% from 255 or 35.53% from 712); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFFFD is #330002. Grayscale: #EFEFEF. Windows color (decimal): -3342339 or 16646092. OLE color: 16646092.
HSL color Cylindrical-coordinate representation of color #CCFFFD: hue angle of 177.65º 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 #CCFFFD is Cyan = 0.2, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 253 | - |
| CMYK | 0.2 | 0 | 0.01 | 0 |
| HSL | 177.65º | 1% | 0.9% | - |
| HSV(B) | 177.65º | 0.2% | 1% | - |
| XYZ | 78.39 | 91.45 | 106.45 | - |
| YUV | 239.52 | 135.6 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 253 | 0.2 | 0 | 0.01 | 0 | 177.65 | 1 | 0.9 |
| Hex | CC | FF | FD | 14 | 0 | 1 | 0 | B2 | 64 | 5A |
| Octal | 314 | 377 | 375 | 24 | 0 | 1 | 0 | 262 | 144 | 132 |
| Binary | 11001100 | 11111111 | 11111101 | 10100 | 0 | 1 | 0 | 10110010 | 1100100 | 1011010 |
Color Harmonies of #CCFFFD
Complementary color
Monochromatic Colors of #CCFFFD
Black with #CCFFFD
Text Example
Text Example
White with #CCFFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFFFD; }
p { color: rgb(204,255,253); }
H1.HeaderClassName
{
color: #CCFFFD;
}
.AnyTagClassName
{
color: #CCFFFD;
}
</style>
background-color css
<style>
a { background-color: #CCFFFD; }
a { background-color: rgb(204,255,253); }
div.DivClassName
{
background-color: #CCFFFD;
}
.BgClassName
{
background-color: #CCFFFD;
}
</style>
border-color css
<style>
span { border-color: #CCFFFD; }
span { border-color: rgb(204,255,253); }
td.TdClassName
{
border-color: #CCFFFD;
}
.TagClassName
{
border-color: #CCFFFD;
}
</style>