Shades of Aero Blue #C9ECD8
Tints of Aero Blue #C9ECD8
RGB
CMYK
RGB Variations
Color information
#C9ECD8 (or 0xC9ECD8) is known color: Aero Blue. HEX triplet: C9, EC and D8. RGB value is (201,236,216). Sum of RGB (Red+Green+Blue) = 201+236+216=653 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.78% from 653); Green value is 236 (92.58% from 255 or 36.14% from 653); Blue value is 216 (84.77% from 255 or 33.08% from 653); Max value from RGB is 236 - color contains mainly: green. Hex color #C9ECD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9ECD8 is #361327. Grayscale: #DFDFDF. Windows color (decimal): -3543848 or 14216393. OLE color: 14216393.
HSL color Cylindrical-coordinate representation of color #C9ECD8: hue angle of 145.71º 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 #C9ECD8 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 236 | 216 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.07 |
| HSL | 145.71º | 0.48% | 0.86% | - |
| HSV(B) | 145.71º | 0.15% | 0.93% | - |
| XYZ | 66.48 | 77.37 | 76.4 | - |
| YUV | 223.26 | 123.9 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 236 | 216 | 0.15 | 0 | 0.08 | 0.07 | 145.71 | 0.48 | 0.86 |
| Hex | C9 | EC | D8 | F | 0 | 8 | 7 | 92 | 30 | 56 |
| Octal | 311 | 354 | 330 | 17 | 0 | 10 | 7 | 222 | 60 | 126 |
| Binary | 11001001 | 11101100 | 11011000 | 1111 | 0 | 1000 | 111 | 10010010 | 110000 | 1010110 |
Color Harmonies of #C9ECD8
Complementary color
Monochromatic Colors of #C9ECD8
Black with #C9ECD8
Text Example
Text Example
White with #C9ECD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ECD8; }
p { color: rgb(201,236,216); }
H1.HeaderClassName
{
color: #C9ECD8;
}
.AnyTagClassName
{
color: #C9ECD8;
}
</style>
background-color css
<style>
a { background-color: #C9ECD8; }
a { background-color: rgb(201,236,216); }
div.DivClassName
{
background-color: #C9ECD8;
}
.BgClassName
{
background-color: #C9ECD8;
}
</style>
border-color css
<style>
span { border-color: #C9ECD8; }
span { border-color: rgb(201,236,216); }
td.TdClassName
{
border-color: #C9ECD8;
}
.TagClassName
{
border-color: #C9ECD8;
}
</style>