Shades of Aero Blue #C0ECD9
Tints of Aero Blue #C0ECD9
RGB
CMYK
RGB Variations
Color information
#C0ECD9 (or 0xC0ECD9) is known color: Aero Blue. HEX triplet: C0, EC and D9. RGB value is (192,236,217). Sum of RGB (Red+Green+Blue) = 192+236+217=645 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.77% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 217 (85.16% from 255 or 33.64% from 645); Max value from RGB is 236 - color contains mainly: green. Hex color #C0ECD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0ECD9 is #3F1326. Grayscale: #DCDCDC. Windows color (decimal): -4133671 or 14281920. OLE color: 14281920.
HSL color Cylindrical-coordinate representation of color #C0ECD9: hue angle of 154.09º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0ECD9 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 236 | 217 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.07 |
| HSL | 154.09º | 0.54% | 0.84% | - |
| HSV(B) | 154.09º | 0.19% | 0.93% | - |
| XYZ | 64.26 | 76.21 | 76.97 | - |
| YUV | 220.68 | 125.92 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 236 | 217 | 0.19 | 0 | 0.08 | 0.07 | 154.09 | 0.54 | 0.84 |
| Hex | C0 | EC | D9 | 13 | 0 | 8 | 7 | 9A | 36 | 54 |
| Octal | 300 | 354 | 331 | 23 | 0 | 10 | 7 | 232 | 66 | 124 |
| Binary | 11000000 | 11101100 | 11011001 | 10011 | 0 | 1000 | 111 | 10011010 | 110110 | 1010100 |
Color Harmonies of #C0ECD9
Complementary color
Monochromatic Colors of #C0ECD9
Black with #C0ECD9
Text Example
Text Example
White with #C0ECD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ECD9; }
p { color: rgb(192,236,217); }
H1.HeaderClassName
{
color: #C0ECD9;
}
.AnyTagClassName
{
color: #C0ECD9;
}
</style>
background-color css
<style>
a { background-color: #C0ECD9; }
a { background-color: rgb(192,236,217); }
div.DivClassName
{
background-color: #C0ECD9;
}
.BgClassName
{
background-color: #C0ECD9;
}
</style>
border-color css
<style>
span { border-color: #C0ECD9; }
span { border-color: rgb(192,236,217); }
td.TdClassName
{
border-color: #C0ECD9;
}
.TagClassName
{
border-color: #C0ECD9;
}
</style>