Shades of Aero Blue #C0EEDA
Tints of Aero Blue #C0EEDA
RGB
CMYK
RGB Variations
Color information
#C0EEDA (or 0xC0EEDA) is known color: Aero Blue. HEX triplet: C0, EE and DA. RGB value is (192,238,218). Sum of RGB (Red+Green+Blue) = 192+238+218=648 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.63% from 648); Green value is 238 (93.36% from 255 or 36.73% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 238 - color contains mainly: green. Hex color #C0EEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EEDA is #3F1125. Grayscale: #DDDDDD. Windows color (decimal): -4133158 or 14347968. OLE color: 14347968.
HSL color Cylindrical-coordinate representation of color #C0EEDA: hue angle of 153.91º degrees, saturation: 0.57, 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 #C0EEDA is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 238 | 218 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.07 |
| HSL | 153.91º | 0.58% | 0.84% | - |
| HSV(B) | 153.91º | 0.19% | 0.93% | - |
| XYZ | 64.97 | 77.42 | 77.85 | - |
| YUV | 221.97 | 125.76 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 238 | 218 | 0.19 | 0 | 0.08 | 0.07 | 153.91 | 0.58 | 0.84 |
| Hex | C0 | EE | DA | 13 | 0 | 8 | 7 | 9A | 3A | 54 |
| Octal | 300 | 356 | 332 | 23 | 0 | 10 | 7 | 232 | 72 | 124 |
| Binary | 11000000 | 11101110 | 11011010 | 10011 | 0 | 1000 | 111 | 10011010 | 111010 | 1010100 |
Color Harmonies of #C0EEDA
Complementary color
Monochromatic Colors of #C0EEDA
Black with #C0EEDA
Text Example
Text Example
White with #C0EEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EEDA; }
p { color: rgb(192,238,218); }
H1.HeaderClassName
{
color: #C0EEDA;
}
.AnyTagClassName
{
color: #C0EEDA;
}
</style>
background-color css
<style>
a { background-color: #C0EEDA; }
a { background-color: rgb(192,238,218); }
div.DivClassName
{
background-color: #C0EEDA;
}
.BgClassName
{
background-color: #C0EEDA;
}
</style>
border-color css
<style>
span { border-color: #C0EEDA; }
span { border-color: rgb(192,238,218); }
td.TdClassName
{
border-color: #C0EEDA;
}
.TagClassName
{
border-color: #C0EEDA;
}
</style>