Shades of Light Cyan #CCFDFA
Tints of Light Cyan #CCFDFA
RGB
CMYK
RGB Variations
Color information
#CCFDFA (or 0xCCFDFA) is known color: Light Cyan. HEX triplet: CC, FD and FA. RGB value is (204,253,250). Sum of RGB (Red+Green+Blue) = 204+253+250=707 (93% of max value = 765). Red value is 204 (80.08% from 255 or 28.85% from 707); Green value is 253 (99.22% from 255 or 35.79% from 707); Blue value is 250 (98.05% from 255 or 35.36% from 707); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFDFA is #330205. Grayscale: #EDEDED. Windows color (decimal): -3342854 or 16448972. OLE color: 16448972.
HSL color Cylindrical-coordinate representation of color #CCFDFA: hue angle of 176.33º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFDFA is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 253 | 250 | - |
CMYK | 0.19 | 0 | 0.01 | 0.01 |
HSL | 176.33º | 0.92% | 0.9% | - |
HSV(B) | 176.33º | 0.19% | 0.99% | - |
XYZ | 77.28 | 89.99 | 103.74 | - |
YUV | 238.01 | 134.77 | 103.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 253 | 250 | 0.19 | 0 | 0.01 | 0.01 | 176.33 | 0.92 | 0.9 |
Hex | CC | FD | FA | 13 | 0 | 1 | 1 | B0 | 5C | 5A |
Octal | 314 | 375 | 372 | 23 | 0 | 1 | 1 | 260 | 134 | 132 |
Binary | 11001100 | 11111101 | 11111010 | 10011 | 0 | 1 | 1 | 10110000 | 1011100 | 1011010 |
Color Harmonies of #CCFDFA
Complementary color
Monochromatic Colors of #CCFDFA
Black with #CCFDFA
Text Example
Text Example
White with #CCFDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFDFA; }
p { color: rgb(204,253,250); }
H1.HeaderClassName
{
color: #CCFDFA;
}
.AnyTagClassName
{
color: #CCFDFA;
}
</style>
background-color css
<style>
a { background-color: #CCFDFA; }
a { background-color: rgb(204,253,250); }
div.DivClassName
{
background-color: #CCFDFA;
}
.BgClassName
{
background-color: #CCFDFA;
}
</style>
border-color css
<style>
span { border-color: #CCFDFA; }
span { border-color: rgb(204,253,250); }
td.TdClassName
{
border-color: #CCFDFA;
}
.TagClassName
{
border-color: #CCFDFA;
}
</style>