Shades of Aero Blue #CCF2DA
Tints of Aero Blue #CCF2DA
RGB
CMYK
RGB Variations
Color information
#CCF2DA (or 0xCCF2DA) is known color: Aero Blue. HEX triplet: CC, F2 and DA. RGB value is (204,242,218). Sum of RGB (Red+Green+Blue) = 204+242+218=664 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.72% from 664); Green value is 242 (94.92% from 255 or 36.45% from 664); Blue value is 218 (85.55% from 255 or 32.83% from 664); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF2DA is #330D25. Grayscale: #E3E3E3. Windows color (decimal): -3345702 or 14349004. OLE color: 14349004.
HSL color Cylindrical-coordinate representation of color #CCF2DA: hue angle of 142.11º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCF2DA is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 204 | 242 | 218 | - |
CMYK | 0.16 | 0 | 0.10 | 0.05 |
HSL | 142.11º | 0.59% | 0.87% | - |
HSV(B) | 142.11º | 0.16% | 0.95% | - |
XYZ | 69.31 | 81.4 | 78.39 | - |
YUV | 227.9 | 122.41 | 110.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 242 | 218 | 0.16 | 0 | 0.10 | 0.05 | 142.11 | 0.59 | 0.87 |
Hex | CC | F2 | DA | 10 | 0 | A | 5 | 8E | 3B | 57 |
Octal | 314 | 362 | 332 | 20 | 0 | 12 | 5 | 216 | 73 | 127 |
Binary | 11001100 | 11110010 | 11011010 | 10000 | 0 | 1010 | 101 | 10001110 | 111011 | 1010111 |
Color Harmonies of #CCF2DA
Complementary color
Monochromatic Colors of #CCF2DA
Black with #CCF2DA
Text Example
Text Example
White with #CCF2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF2DA; }
p { color: rgb(204,242,218); }
H1.HeaderClassName
{
color: #CCF2DA;
}
.AnyTagClassName
{
color: #CCF2DA;
}
</style>
background-color css
<style>
a { background-color: #CCF2DA; }
a { background-color: rgb(204,242,218); }
div.DivClassName
{
background-color: #CCF2DA;
}
.BgClassName
{
background-color: #CCF2DA;
}
</style>
border-color css
<style>
span { border-color: #CCF2DA; }
span { border-color: rgb(204,242,218); }
td.TdClassName
{
border-color: #CCF2DA;
}
.TagClassName
{
border-color: #CCF2DA;
}
</style>