Shades of Aero Blue #C9EDD9
Tints of Aero Blue #C9EDD9
RGB
CMYK
RGB Variations
Color information
#C9EDD9 (or 0xC9EDD9) is known color: Aero Blue. HEX triplet: C9, ED and D9. RGB value is (201,237,217). Sum of RGB (Red+Green+Blue) = 201+237+217=655 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.69% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 217 (85.16% from 255 or 33.13% from 655); Max value from RGB is 237 - color contains mainly: green. Hex color #C9EDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9EDD9 is #361226. Grayscale: #E0E0E0. Windows color (decimal): -3543591 or 14282185. OLE color: 14282185.
HSL color Cylindrical-coordinate representation of color #C9EDD9: hue angle of 146.67º degrees, saturation: 0.5, 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 #C9EDD9 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 201 | 237 | 217 | - |
CMYK | 0.15 | 0 | 0.08 | 0.07 |
HSL | 146.67º | 0.5% | 0.86% | - |
HSV(B) | 146.67º | 0.15% | 0.93% | - |
XYZ | 66.9 | 78 | 77.17 | - |
YUV | 223.96 | 124.07 | 111.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 237 | 217 | 0.15 | 0 | 0.08 | 0.07 | 146.67 | 0.5 | 0.86 |
Hex | C9 | ED | D9 | F | 0 | 8 | 7 | 93 | 32 | 56 |
Octal | 311 | 355 | 331 | 17 | 0 | 10 | 7 | 223 | 62 | 126 |
Binary | 11001001 | 11101101 | 11011001 | 1111 | 0 | 1000 | 111 | 10010011 | 110010 | 1010110 |
Color Harmonies of #C9EDD9
Complementary color
Monochromatic Colors of #C9EDD9
Black with #C9EDD9
Text Example
Text Example
White with #C9EDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EDD9; }
p { color: rgb(201,237,217); }
H1.HeaderClassName
{
color: #C9EDD9;
}
.AnyTagClassName
{
color: #C9EDD9;
}
</style>
background-color css
<style>
a { background-color: #C9EDD9; }
a { background-color: rgb(201,237,217); }
div.DivClassName
{
background-color: #C9EDD9;
}
.BgClassName
{
background-color: #C9EDD9;
}
</style>
border-color css
<style>
span { border-color: #C9EDD9; }
span { border-color: rgb(201,237,217); }
td.TdClassName
{
border-color: #C9EDD9;
}
.TagClassName
{
border-color: #C9EDD9;
}
</style>