Shades of Light Cyan #CCF9FC
Tints of Light Cyan #CCF9FC
RGB
CMYK
RGB Variations
Color information
#CCF9FC (or 0xCCF9FC) is known color: Light Cyan. HEX triplet: CC, F9 and FC. RGB value is (204,249,252). Sum of RGB (Red+Green+Blue) = 204+249+252=705 (93% of max value = 765). Red value is 204 (80.08% from 255 or 28.94% from 705); Green value is 249 (97.66% from 255 or 35.32% from 705); Blue value is 252 (98.83% from 255 or 35.74% from 705); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCF9FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF9FC is #330603. Grayscale: #EBEBEB. Windows color (decimal): -3343876 or 16579020. OLE color: 16579020.
HSL color Cylindrical-coordinate representation of color #CCF9FC: hue angle of 183.75º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCF9FC is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 249 | 252 | - |
CMYK | 0.19 | 0.01 | 0 | 0.01 |
HSL | 183.75º | 0.89% | 0.89% | - |
HSV(B) | 183.75º | 0.19% | 0.99% | - |
XYZ | 76.35 | 87.62 | 104.98 | - |
YUV | 235.89 | 137.09 | 105.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 249 | 252 | 0.19 | 0.01 | 0 | 0.01 | 183.75 | 0.89 | 0.89 |
Hex | CC | F9 | FC | 13 | 1 | 0 | 1 | B8 | 59 | 59 |
Octal | 314 | 371 | 374 | 23 | 1 | 0 | 1 | 270 | 131 | 131 |
Binary | 11001100 | 11111001 | 11111100 | 10011 | 1 | 0 | 1 | 10111000 | 1011001 | 1011001 |
Color Harmonies of #CCF9FC
Complementary color
Monochromatic Colors of #CCF9FC
Black with #CCF9FC
Text Example
Text Example
White with #CCF9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF9FC; }
p { color: rgb(204,249,252); }
H1.HeaderClassName
{
color: #CCF9FC;
}
.AnyTagClassName
{
color: #CCF9FC;
}
</style>
background-color css
<style>
a { background-color: #CCF9FC; }
a { background-color: rgb(204,249,252); }
div.DivClassName
{
background-color: #CCF9FC;
}
.BgClassName
{
background-color: #CCF9FC;
}
</style>
border-color css
<style>
span { border-color: #CCF9FC; }
span { border-color: rgb(204,249,252); }
td.TdClassName
{
border-color: #CCF9FC;
}
.TagClassName
{
border-color: #CCF9FC;
}
</style>