Shades of Aero Blue #C9ECD7
Tints of Aero Blue #C9ECD7
RGB
CMYK
RGB Variations
Color information
#C9ECD7 (or 0xC9ECD7) is known color: Aero Blue. HEX triplet: C9, EC and D7. RGB value is (201,236,215). Sum of RGB (Red+Green+Blue) = 201+236+215=652 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.83% from 652); Green value is 236 (92.58% from 255 or 36.20% from 652); Blue value is 215 (84.38% from 255 or 32.98% from 652); Max value from RGB is 236 - color contains mainly: green. Hex color #C9ECD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9ECD7 is #361328. Grayscale: #DFDFDF. Windows color (decimal): -3543849 or 14150857. OLE color: 14150857.
HSL color Cylindrical-coordinate representation of color #C9ECD7: hue angle of 144º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9ECD7 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 236 | 215 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.07 |
| HSL | 144º | 0.48% | 0.86% | - |
| HSV(B) | 144º | 0.15% | 0.93% | - |
| XYZ | 66.35 | 77.31 | 75.72 | - |
| YUV | 223.14 | 123.4 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 236 | 215 | 0.15 | 0 | 0.09 | 0.07 | 144 | 0.48 | 0.86 |
| Hex | C9 | EC | D7 | F | 0 | 9 | 7 | 90 | 30 | 56 |
| Octal | 311 | 354 | 327 | 17 | 0 | 11 | 7 | 220 | 60 | 126 |
| Binary | 11001001 | 11101100 | 11010111 | 1111 | 0 | 1001 | 111 | 10010000 | 110000 | 1010110 |
Color Harmonies of #C9ECD7
Complementary color
Monochromatic Colors of #C9ECD7
Black with #C9ECD7
Text Example
Text Example
White with #C9ECD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ECD7; }
p { color: rgb(201,236,215); }
H1.HeaderClassName
{
color: #C9ECD7;
}
.AnyTagClassName
{
color: #C9ECD7;
}
</style>
background-color css
<style>
a { background-color: #C9ECD7; }
a { background-color: rgb(201,236,215); }
div.DivClassName
{
background-color: #C9ECD7;
}
.BgClassName
{
background-color: #C9ECD7;
}
</style>
border-color css
<style>
span { border-color: #C9ECD7; }
span { border-color: rgb(201,236,215); }
td.TdClassName
{
border-color: #C9ECD7;
}
.TagClassName
{
border-color: #C9ECD7;
}
</style>