Shades of Aero Blue #CCF2DB
Tints of Aero Blue #CCF2DB
RGB
CMYK
RGB Variations
Color information
#CCF2DB (or 0xCCF2DB) is known color: Aero Blue. HEX triplet: CC, F2 and DB. RGB value is (204,242,219). Sum of RGB (Red+Green+Blue) = 204+242+219=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 242 (94.92% from 255 or 36.39% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF2DB is #330D24. Grayscale: #E4E4E4. Windows color (decimal): -3345701 or 14414540. OLE color: 14414540.
HSL color Cylindrical-coordinate representation of color #CCF2DB: hue angle of 143.68º 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 #CCF2DB is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 204 | 242 | 219 | - |
CMYK | 0.16 | 0 | 0.10 | 0.05 |
HSL | 143.68º | 0.59% | 0.87% | - |
HSV(B) | 143.68º | 0.16% | 0.95% | - |
XYZ | 69.44 | 81.46 | 79.08 | - |
YUV | 228.02 | 122.91 | 110.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 242 | 219 | 0.16 | 0 | 0.10 | 0.05 | 143.68 | 0.59 | 0.87 |
Hex | CC | F2 | DB | 10 | 0 | A | 5 | 90 | 3B | 57 |
Octal | 314 | 362 | 333 | 20 | 0 | 12 | 5 | 220 | 73 | 127 |
Binary | 11001100 | 11110010 | 11011011 | 10000 | 0 | 1010 | 101 | 10010000 | 111011 | 1010111 |
Color Harmonies of #CCF2DB
Complementary color
Monochromatic Colors of #CCF2DB
Black with #CCF2DB
Text Example
Text Example
White with #CCF2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF2DB; }
p { color: rgb(204,242,219); }
H1.HeaderClassName
{
color: #CCF2DB;
}
.AnyTagClassName
{
color: #CCF2DB;
}
</style>
background-color css
<style>
a { background-color: #CCF2DB; }
a { background-color: rgb(204,242,219); }
div.DivClassName
{
background-color: #CCF2DB;
}
.BgClassName
{
background-color: #CCF2DB;
}
</style>
border-color css
<style>
span { border-color: #CCF2DB; }
span { border-color: rgb(204,242,219); }
td.TdClassName
{
border-color: #CCF2DB;
}
.TagClassName
{
border-color: #CCF2DB;
}
</style>