Shades of Aero Blue #C9EAD9
Tints of Aero Blue #C9EAD9
RGB
CMYK
RGB Variations
Color information
#C9EAD9 (or 0xC9EAD9) is known color: Aero Blue. HEX triplet: C9, EA and D9. RGB value is (201,234,217). Sum of RGB (Red+Green+Blue) = 201+234+217=652 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.83% from 652); Green value is 234 (91.80% from 255 or 35.89% from 652); Blue value is 217 (85.16% from 255 or 33.28% from 652); Max value from RGB is 234 - color contains mainly: green. Hex color #C9EAD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9EAD9 is #361526. Grayscale: #DEDEDE. Windows color (decimal): -3544359 or 14281417. OLE color: 14281417.
HSL color Cylindrical-coordinate representation of color #C9EAD9: hue angle of 149.09º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9EAD9 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 201 | 234 | 217 | - |
CMYK | 0.14 | 0 | 0.07 | 0.08 |
HSL | 149.09º | 0.44% | 0.85% | - |
HSV(B) | 149.09º | 0.14% | 0.92% | - |
XYZ | 66.03 | 76.27 | 76.89 | - |
YUV | 222.2 | 125.07 | 112.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 234 | 217 | 0.14 | 0 | 0.07 | 0.08 | 149.09 | 0.44 | 0.85 |
Hex | C9 | EA | D9 | E | 0 | 7 | 8 | 95 | 2C | 55 |
Octal | 311 | 352 | 331 | 16 | 0 | 7 | 10 | 225 | 54 | 125 |
Binary | 11001001 | 11101010 | 11011001 | 1110 | 0 | 111 | 1000 | 10010101 | 101100 | 1010101 |
Color Harmonies of #C9EAD9
Complementary color
Monochromatic Colors of #C9EAD9
Black with #C9EAD9
Text Example
Text Example
White with #C9EAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EAD9; }
p { color: rgb(201,234,217); }
H1.HeaderClassName
{
color: #C9EAD9;
}
.AnyTagClassName
{
color: #C9EAD9;
}
</style>
background-color css
<style>
a { background-color: #C9EAD9; }
a { background-color: rgb(201,234,217); }
div.DivClassName
{
background-color: #C9EAD9;
}
.BgClassName
{
background-color: #C9EAD9;
}
</style>
border-color css
<style>
span { border-color: #C9EAD9; }
span { border-color: rgb(201,234,217); }
td.TdClassName
{
border-color: #C9EAD9;
}
.TagClassName
{
border-color: #C9EAD9;
}
</style>