Shades of Aero Blue #C9E9D8
Tints of Aero Blue #C9E9D8
RGB
CMYK
RGB Variations
Color information
#C9E9D8 (or 0xC9E9D8) is known color: Aero Blue. HEX triplet: C9, E9 and D8. RGB value is (201,233,216). Sum of RGB (Red+Green+Blue) = 201+233+216=650 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.92% from 650); Green value is 233 (91.41% from 255 or 35.85% from 650); Blue value is 216 (84.77% from 255 or 33.23% from 650); Max value from RGB is 233 - color contains mainly: green. Hex color #C9E9D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9E9D8 is #361627. Grayscale: #DDDDDD. Windows color (decimal): -3544616 or 14215625. OLE color: 14215625.
HSL color Cylindrical-coordinate representation of color #C9E9D8: hue angle of 148.12º degrees, saturation: 0.42, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9E9D8 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 233 | 216 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.09 |
| HSL | 148.13º | 0.42% | 0.85% | - |
| HSV(B) | 148.13º | 0.14% | 0.91% | - |
| XYZ | 65.62 | 75.65 | 76.11 | - |
| YUV | 221.49 | 124.9 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 233 | 216 | 0.14 | 0 | 0.07 | 0.09 | 148.13 | 0.42 | 0.85 |
| Hex | C9 | E9 | D8 | E | 0 | 7 | 9 | 94 | 2A | 55 |
| Octal | 311 | 351 | 330 | 16 | 0 | 7 | 11 | 224 | 52 | 125 |
| Binary | 11001001 | 11101001 | 11011000 | 1110 | 0 | 111 | 1001 | 10010100 | 101010 | 1010101 |
Color Harmonies of #C9E9D8
Complementary color
Monochromatic Colors of #C9E9D8
Black with #C9E9D8
Text Example
Text Example
White with #C9E9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E9D8; }
p { color: rgb(201,233,216); }
H1.HeaderClassName
{
color: #C9E9D8;
}
.AnyTagClassName
{
color: #C9E9D8;
}
</style>
background-color css
<style>
a { background-color: #C9E9D8; }
a { background-color: rgb(201,233,216); }
div.DivClassName
{
background-color: #C9E9D8;
}
.BgClassName
{
background-color: #C9E9D8;
}
</style>
border-color css
<style>
span { border-color: #C9E9D8; }
span { border-color: rgb(201,233,216); }
td.TdClassName
{
border-color: #C9E9D8;
}
.TagClassName
{
border-color: #C9E9D8;
}
</style>