Shades of Aero Blue #C9EBD6
Tints of Aero Blue #C9EBD6
RGB
CMYK
RGB Variations
Color information
#C9EBD6 (or 0xC9EBD6) is known color: Aero Blue. HEX triplet: C9, EB and D6. RGB value is (201,235,214). Sum of RGB (Red+Green+Blue) = 201+235+214=650 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.92% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 214 (83.98% from 255 or 32.92% from 650); Max value from RGB is 235 - color contains mainly: green. Hex color #C9EBD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9EBD6 is #361429. Grayscale: #DEDEDE. Windows color (decimal): -3544106 or 14085065. OLE color: 14085065.
HSL color Cylindrical-coordinate representation of color #C9EBD6: hue angle of 142.94º degrees, saturation: 0.46, 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 #C9EBD6 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 235 | 214 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.08 |
| HSL | 142.94º | 0.46% | 0.85% | - |
| HSV(B) | 142.94º | 0.14% | 0.92% | - |
| XYZ | 65.93 | 76.69 | 74.95 | - |
| YUV | 222.44 | 123.24 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 235 | 214 | 0.14 | 0 | 0.09 | 0.08 | 142.94 | 0.46 | 0.85 |
| Hex | C9 | EB | D6 | E | 0 | 9 | 8 | 8F | 2E | 55 |
| Octal | 311 | 353 | 326 | 16 | 0 | 11 | 10 | 217 | 56 | 125 |
| Binary | 11001001 | 11101011 | 11010110 | 1110 | 0 | 1001 | 1000 | 10001111 | 101110 | 1010101 |
Color Harmonies of #C9EBD6
Complementary color
Monochromatic Colors of #C9EBD6
Black with #C9EBD6
Text Example
Text Example
White with #C9EBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EBD6; }
p { color: rgb(201,235,214); }
H1.HeaderClassName
{
color: #C9EBD6;
}
.AnyTagClassName
{
color: #C9EBD6;
}
</style>
background-color css
<style>
a { background-color: #C9EBD6; }
a { background-color: rgb(201,235,214); }
div.DivClassName
{
background-color: #C9EBD6;
}
.BgClassName
{
background-color: #C9EBD6;
}
</style>
border-color css
<style>
span { border-color: #C9EBD6; }
span { border-color: rgb(201,235,214); }
td.TdClassName
{
border-color: #C9EBD6;
}
.TagClassName
{
border-color: #C9EBD6;
}
</style>