Shades of Aero Blue #C0EED5
Tints of Aero Blue #C0EED5
RGB
CMYK
RGB Variations
Color information
#C0EED5 (or 0xC0EED5) is known color: Aero Blue. HEX triplet: C0, EE and D5. RGB value is (192,238,213). Sum of RGB (Red+Green+Blue) = 192+238+213=643 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.86% from 643); Green value is 238 (93.36% from 255 or 37.01% from 643); Blue value is 213 (83.59% from 255 or 33.13% from 643); Max value from RGB is 238 - color contains mainly: green. Hex color #C0EED5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EED5 is #3F112A. Grayscale: #DDDDDD. Windows color (decimal): -4133163 or 14020288. OLE color: 14020288.
HSL color Cylindrical-coordinate representation of color #C0EED5: hue angle of 147.39º 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 #C0EED5 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 192 | 238 | 213 | - |
CMYK | 0.19 | 0 | 0.11 | 0.07 |
HSL | 147.39º | 0.58% | 0.84% | - |
HSV(B) | 147.39º | 0.19% | 0.93% | - |
XYZ | 64.32 | 77.16 | 74.45 | - |
YUV | 221.4 | 123.26 | 107.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 238 | 213 | 0.19 | 0 | 0.11 | 0.07 | 147.39 | 0.58 | 0.84 |
Hex | C0 | EE | D5 | 13 | 0 | B | 7 | 93 | 3A | 54 |
Octal | 300 | 356 | 325 | 23 | 0 | 13 | 7 | 223 | 72 | 124 |
Binary | 11000000 | 11101110 | 11010101 | 10011 | 0 | 1011 | 111 | 10010011 | 111010 | 1010100 |
Color Harmonies of #C0EED5
Complementary color
Monochromatic Colors of #C0EED5
Black with #C0EED5
Text Example
Text Example
White with #C0EED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EED5; }
p { color: rgb(192,238,213); }
H1.HeaderClassName
{
color: #C0EED5;
}
.AnyTagClassName
{
color: #C0EED5;
}
</style>
background-color css
<style>
a { background-color: #C0EED5; }
a { background-color: rgb(192,238,213); }
div.DivClassName
{
background-color: #C0EED5;
}
.BgClassName
{
background-color: #C0EED5;
}
</style>
border-color css
<style>
span { border-color: #C0EED5; }
span { border-color: rgb(192,238,213); }
td.TdClassName
{
border-color: #C0EED5;
}
.TagClassName
{
border-color: #C0EED5;
}
</style>