Shades of Aero Blue #C0ECD4
Tints of Aero Blue #C0ECD4
RGB
CMYK
RGB Variations
Color information
#C0ECD4 (or 0xC0ECD4) is known color: Aero Blue. HEX triplet: C0, EC and D4. RGB value is (192,236,212). Sum of RGB (Red+Green+Blue) = 192+236+212=640 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30% from 640); Green value is 236 (92.58% from 255 or 36.88% from 640); Blue value is 212 (83.20% from 255 or 33.12% from 640); Max value from RGB is 236 - color contains mainly: green. Hex color #C0ECD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0ECD4 is #3F132B. Grayscale: #DCDCDC. Windows color (decimal): -4133676 or 13954240. OLE color: 13954240.
HSL color Cylindrical-coordinate representation of color #C0ECD4: hue angle of 147.27º 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 #C0ECD4 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 236 | 212 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.07 |
| HSL | 147.27º | 0.54% | 0.84% | - |
| HSV(B) | 147.27º | 0.19% | 0.93% | - |
| XYZ | 63.62 | 75.95 | 73.59 | - |
| YUV | 220.11 | 123.42 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 236 | 212 | 0.19 | 0 | 0.10 | 0.07 | 147.27 | 0.54 | 0.84 |
| Hex | C0 | EC | D4 | 13 | 0 | A | 7 | 93 | 36 | 54 |
| Octal | 300 | 354 | 324 | 23 | 0 | 12 | 7 | 223 | 66 | 124 |
| Binary | 11000000 | 11101100 | 11010100 | 10011 | 0 | 1010 | 111 | 10010011 | 110110 | 1010100 |
Color Harmonies of #C0ECD4
Complementary color
Monochromatic Colors of #C0ECD4
Black with #C0ECD4
Text Example
Text Example
White with #C0ECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ECD4; }
p { color: rgb(192,236,212); }
H1.HeaderClassName
{
color: #C0ECD4;
}
.AnyTagClassName
{
color: #C0ECD4;
}
</style>
background-color css
<style>
a { background-color: #C0ECD4; }
a { background-color: rgb(192,236,212); }
div.DivClassName
{
background-color: #C0ECD4;
}
.BgClassName
{
background-color: #C0ECD4;
}
</style>
border-color css
<style>
span { border-color: #C0ECD4; }
span { border-color: rgb(192,236,212); }
td.TdClassName
{
border-color: #C0ECD4;
}
.TagClassName
{
border-color: #C0ECD4;
}
</style>