Shades of Aero Blue #C0EAD0
Tints of Aero Blue #C0EAD0
RGB
CMYK
RGB Variations
Color information
#C0EAD0 (or 0xC0EAD0) is known color: Aero Blue. HEX triplet: C0, EA and D0. RGB value is (192,234,208). Sum of RGB (Red+Green+Blue) = 192+234+208=634 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.28% from 634); Green value is 234 (91.80% from 255 or 36.91% from 634); Blue value is 208 (81.64% from 255 or 32.81% from 634); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EAD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EAD0 is #3F152F. Grayscale: #DADADA. Windows color (decimal): -4134192 or 13691584. OLE color: 13691584.
HSL color Cylindrical-coordinate representation of color #C0EAD0: hue angle of 142.86º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0EAD0 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 234 | 208 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.08 |
| HSL | 142.86º | 0.5% | 0.84% | - |
| HSV(B) | 142.86º | 0.18% | 0.92% | - |
| XYZ | 62.55 | 74.61 | 70.78 | - |
| YUV | 218.48 | 122.09 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 234 | 208 | 0.18 | 0 | 0.11 | 0.08 | 142.86 | 0.5 | 0.84 |
| Hex | C0 | EA | D0 | 12 | 0 | B | 8 | 8F | 32 | 54 |
| Octal | 300 | 352 | 320 | 22 | 0 | 13 | 10 | 217 | 62 | 124 |
| Binary | 11000000 | 11101010 | 11010000 | 10010 | 0 | 1011 | 1000 | 10001111 | 110010 | 1010100 |
Color Harmonies of #C0EAD0
Complementary color
Monochromatic Colors of #C0EAD0
Black with #C0EAD0
Text Example
Text Example
White with #C0EAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EAD0; }
p { color: rgb(192,234,208); }
H1.HeaderClassName
{
color: #C0EAD0;
}
.AnyTagClassName
{
color: #C0EAD0;
}
</style>
background-color css
<style>
a { background-color: #C0EAD0; }
a { background-color: rgb(192,234,208); }
div.DivClassName
{
background-color: #C0EAD0;
}
.BgClassName
{
background-color: #C0EAD0;
}
</style>
border-color css
<style>
span { border-color: #C0EAD0; }
span { border-color: rgb(192,234,208); }
td.TdClassName
{
border-color: #C0EAD0;
}
.TagClassName
{
border-color: #C0EAD0;
}
</style>