Shades of Aero Blue #CCF0DB
Tints of Aero Blue #CCF0DB
RGB
CMYK
RGB Variations
Color information
#CCF0DB (or 0xCCF0DB) is known color: Aero Blue. HEX triplet: CC, F0 and DB. RGB value is (204,240,219). Sum of RGB (Red+Green+Blue) = 204+240+219=663 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.77% from 663); Green value is 240 (94.14% from 255 or 36.20% from 663); Blue value is 219 (85.94% from 255 or 33.03% from 663); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF0DB is #330F24. Grayscale: #E2E2E2. Windows color (decimal): -3346213 or 14414028. OLE color: 14414028.
HSL color Cylindrical-coordinate representation of color #CCF0DB: hue angle of 145º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCF0DB is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 219 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.06 |
| HSL | 145º | 0.55% | 0.87% | - |
| HSV(B) | 145º | 0.15% | 0.94% | - |
| XYZ | 68.85 | 80.27 | 78.88 | - |
| YUV | 226.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 219 | 0.15 | 0 | 0.09 | 0.06 | 145 | 0.55 | 0.87 |
| Hex | CC | F0 | DB | F | 0 | 9 | 6 | 91 | 37 | 57 |
| Octal | 314 | 360 | 333 | 17 | 0 | 11 | 6 | 221 | 67 | 127 |
| Binary | 11001100 | 11110000 | 11011011 | 1111 | 0 | 1001 | 110 | 10010001 | 110111 | 1010111 |
Color Harmonies of #CCF0DB
Complementary color
Monochromatic Colors of #CCF0DB
Black with #CCF0DB
Text Example
Text Example
White with #CCF0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF0DB; }
p { color: rgb(204,240,219); }
H1.HeaderClassName
{
color: #CCF0DB;
}
.AnyTagClassName
{
color: #CCF0DB;
}
</style>
background-color css
<style>
a { background-color: #CCF0DB; }
a { background-color: rgb(204,240,219); }
div.DivClassName
{
background-color: #CCF0DB;
}
.BgClassName
{
background-color: #CCF0DB;
}
</style>
border-color css
<style>
span { border-color: #CCF0DB; }
span { border-color: rgb(204,240,219); }
td.TdClassName
{
border-color: #CCF0DB;
}
.TagClassName
{
border-color: #CCF0DB;
}
</style>