Shades of Aero Blue #C0ECD7
Tints of Aero Blue #C0ECD7
RGB
CMYK
RGB Variations
Color information
#C0ECD7 (or 0xC0ECD7) is known color: Aero Blue. HEX triplet: C0, EC and D7. RGB value is (192,236,215). Sum of RGB (Red+Green+Blue) = 192+236+215=643 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.86% from 643); Green value is 236 (92.58% from 255 or 36.70% from 643); Blue value is 215 (84.38% from 255 or 33.44% from 643); Max value from RGB is 236 - color contains mainly: green. Hex color #C0ECD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0ECD7 is #3F1328. Grayscale: #DCDCDC. Windows color (decimal): -4133673 or 14150848. OLE color: 14150848.
HSL color Cylindrical-coordinate representation of color #C0ECD7: hue angle of 151.36º 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 #C0ECD7 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 236 | 215 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.07 |
| HSL | 151.36º | 0.54% | 0.84% | - |
| HSV(B) | 151.36º | 0.19% | 0.93% | - |
| XYZ | 64 | 76.1 | 75.61 | - |
| YUV | 220.45 | 124.92 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 236 | 215 | 0.19 | 0 | 0.09 | 0.07 | 151.36 | 0.54 | 0.84 |
| Hex | C0 | EC | D7 | 13 | 0 | 9 | 7 | 97 | 36 | 54 |
| Octal | 300 | 354 | 327 | 23 | 0 | 11 | 7 | 227 | 66 | 124 |
| Binary | 11000000 | 11101100 | 11010111 | 10011 | 0 | 1001 | 111 | 10010111 | 110110 | 1010100 |
Color Harmonies of #C0ECD7
Complementary color
Monochromatic Colors of #C0ECD7
Black with #C0ECD7
Text Example
Text Example
White with #C0ECD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ECD7; }
p { color: rgb(192,236,215); }
H1.HeaderClassName
{
color: #C0ECD7;
}
.AnyTagClassName
{
color: #C0ECD7;
}
</style>
background-color css
<style>
a { background-color: #C0ECD7; }
a { background-color: rgb(192,236,215); }
div.DivClassName
{
background-color: #C0ECD7;
}
.BgClassName
{
background-color: #C0ECD7;
}
</style>
border-color css
<style>
span { border-color: #C0ECD7; }
span { border-color: rgb(192,236,215); }
td.TdClassName
{
border-color: #C0ECD7;
}
.TagClassName
{
border-color: #C0ECD7;
}
</style>