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