Shades of Light Cyan #CCF9FD
Tints of Light Cyan #CCF9FD
RGB
CMYK
RGB Variations
Color information
#CCF9FD (or 0xCCF9FD) is known color: Light Cyan. HEX triplet: CC, F9 and FD. RGB value is (204,249,253). Sum of RGB (Red+Green+Blue) = 204+249+253=706 (93% of max value = 765). Red value is 204 (80.08% from 255 or 28.90% from 706); Green value is 249 (97.66% from 255 or 35.27% from 706); Blue value is 253 (99.22% from 255 or 35.84% from 706); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCF9FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF9FD is #330602. Grayscale: #EBEBEB. Windows color (decimal): -3343875 or 16644556. OLE color: 16644556.
HSL color Cylindrical-coordinate representation of color #CCF9FD: hue angle of 184.9º 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 #CCF9FD is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 249 | 253 | - |
CMYK | 0.19 | 0.02 | 0 | 0.01 |
HSL | 184.9º | 0.92% | 0.9% | - |
HSV(B) | 184.9º | 0.19% | 0.99% | - |
XYZ | 76.51 | 87.68 | 105.82 | - |
YUV | 236 | 137.59 | 105.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 249 | 253 | 0.19 | 0.02 | 0 | 0.01 | 184.9 | 0.92 | 0.9 |
Hex | CC | F9 | FD | 13 | 2 | 0 | 1 | B9 | 5C | 5A |
Octal | 314 | 371 | 375 | 23 | 2 | 0 | 1 | 271 | 134 | 132 |
Binary | 11001100 | 11111001 | 11111101 | 10011 | 10 | 0 | 1 | 10111001 | 1011100 | 1011010 |
Color Harmonies of #CCF9FD
Complementary color
Monochromatic Colors of #CCF9FD
Black with #CCF9FD
Text Example
Text Example
White with #CCF9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF9FD; }
p { color: rgb(204,249,253); }
H1.HeaderClassName
{
color: #CCF9FD;
}
.AnyTagClassName
{
color: #CCF9FD;
}
</style>
background-color css
<style>
a { background-color: #CCF9FD; }
a { background-color: rgb(204,249,253); }
div.DivClassName
{
background-color: #CCF9FD;
}
.BgClassName
{
background-color: #CCF9FD;
}
</style>
border-color css
<style>
span { border-color: #CCF9FD; }
span { border-color: rgb(204,249,253); }
td.TdClassName
{
border-color: #CCF9FD;
}
.TagClassName
{
border-color: #CCF9FD;
}
</style>