Shades of Aero Blue #C9EED9
Tints of Aero Blue #C9EED9
RGB
CMYK
RGB Variations
Color information
#C9EED9 (or 0xC9EED9) is known color: Aero Blue. HEX triplet: C9, EE and D9. RGB value is (201,238,217). Sum of RGB (Red+Green+Blue) = 201+238+217=656 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.64% from 656); Green value is 238 (93.36% from 255 or 36.28% from 656); Blue value is 217 (85.16% from 255 or 33.08% from 656); Max value from RGB is 238 - color contains mainly: green. Hex color #C9EED9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9EED9 is #361126. Grayscale: #E0E0E0. Windows color (decimal): -3543335 or 14282441. OLE color: 14282441.
HSL color Cylindrical-coordinate representation of color #C9EED9: hue angle of 145.95º degrees, saturation: 0.52, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9EED9 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 238 | 217 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.07 |
| HSL | 145.95º | 0.52% | 0.86% | - |
| HSV(B) | 145.95º | 0.16% | 0.93% | - |
| XYZ | 67.19 | 78.58 | 77.27 | - |
| YUV | 224.54 | 123.74 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 238 | 217 | 0.16 | 0 | 0.09 | 0.07 | 145.95 | 0.52 | 0.86 |
| Hex | C9 | EE | D9 | 10 | 0 | 9 | 7 | 92 | 34 | 56 |
| Octal | 311 | 356 | 331 | 20 | 0 | 11 | 7 | 222 | 64 | 126 |
| Binary | 11001001 | 11101110 | 11011001 | 10000 | 0 | 1001 | 111 | 10010010 | 110100 | 1010110 |
Color Harmonies of #C9EED9
Complementary color
Monochromatic Colors of #C9EED9
Black with #C9EED9
Text Example
Text Example
White with #C9EED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EED9; }
p { color: rgb(201,238,217); }
H1.HeaderClassName
{
color: #C9EED9;
}
.AnyTagClassName
{
color: #C9EED9;
}
</style>
background-color css
<style>
a { background-color: #C9EED9; }
a { background-color: rgb(201,238,217); }
div.DivClassName
{
background-color: #C9EED9;
}
.BgClassName
{
background-color: #C9EED9;
}
</style>
border-color css
<style>
span { border-color: #C9EED9; }
span { border-color: rgb(201,238,217); }
td.TdClassName
{
border-color: #C9EED9;
}
.TagClassName
{
border-color: #C9EED9;
}
</style>