Shades of Aero Blue #CCF1DB
Tints of Aero Blue #CCF1DB
RGB
CMYK
RGB Variations
Color information
#CCF1DB (or 0xCCF1DB) is known color: Aero Blue. HEX triplet: CC, F1 and DB. RGB value is (204,241,219). Sum of RGB (Red+Green+Blue) = 204+241+219=664 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.72% from 664); Green value is 241 (94.53% from 255 or 36.30% from 664); Blue value is 219 (85.94% from 255 or 32.98% from 664); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF1DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF1DB is #330E24. Grayscale: #E3E3E3. Windows color (decimal): -3345957 or 14414284. OLE color: 14414284.
HSL color Cylindrical-coordinate representation of color #CCF1DB: hue angle of 144.32º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCF1DB is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 219 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.05 |
| HSL | 144.32º | 0.57% | 0.87% | - |
| HSV(B) | 144.32º | 0.15% | 0.95% | - |
| XYZ | 69.14 | 80.86 | 78.98 | - |
| YUV | 227.43 | 123.24 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 219 | 0.15 | 0 | 0.09 | 0.05 | 144.32 | 0.57 | 0.87 |
| Hex | CC | F1 | DB | F | 0 | 9 | 5 | 90 | 39 | 57 |
| Octal | 314 | 361 | 333 | 17 | 0 | 11 | 5 | 220 | 71 | 127 |
| Binary | 11001100 | 11110001 | 11011011 | 1111 | 0 | 1001 | 101 | 10010000 | 111001 | 1010111 |
Color Harmonies of #CCF1DB
Complementary color
Monochromatic Colors of #CCF1DB
Black with #CCF1DB
Text Example
Text Example
White with #CCF1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF1DB; }
p { color: rgb(204,241,219); }
H1.HeaderClassName
{
color: #CCF1DB;
}
.AnyTagClassName
{
color: #CCF1DB;
}
</style>
background-color css
<style>
a { background-color: #CCF1DB; }
a { background-color: rgb(204,241,219); }
div.DivClassName
{
background-color: #CCF1DB;
}
.BgClassName
{
background-color: #CCF1DB;
}
</style>
border-color css
<style>
span { border-color: #CCF1DB; }
span { border-color: rgb(204,241,219); }
td.TdClassName
{
border-color: #CCF1DB;
}
.TagClassName
{
border-color: #CCF1DB;
}
</style>