Shades of Aero Blue #C0EAD1
Tints of Aero Blue #C0EAD1
RGB
CMYK
RGB Variations
Color information
#C0EAD1 (or 0xC0EAD1) is known color: Aero Blue. HEX triplet: C0, EA and D1. RGB value is (192,234,209). Sum of RGB (Red+Green+Blue) = 192+234+209=635 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.24% from 635); Green value is 234 (91.80% from 255 or 36.85% from 635); Blue value is 209 (82.03% from 255 or 32.91% from 635); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EAD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EAD1 is #3F152E. Grayscale: #DADADA. Windows color (decimal): -4134191 or 13757120. OLE color: 13757120.
HSL color Cylindrical-coordinate representation of color #C0EAD1: hue angle of 144.29º 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 #C0EAD1 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 234 | 209 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.08 |
| HSL | 144.29º | 0.5% | 0.84% | - |
| HSV(B) | 144.29º | 0.18% | 0.92% | - |
| XYZ | 62.67 | 74.66 | 71.43 | - |
| YUV | 218.59 | 122.59 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 234 | 209 | 0.18 | 0 | 0.11 | 0.08 | 144.29 | 0.5 | 0.84 |
| Hex | C0 | EA | D1 | 12 | 0 | B | 8 | 90 | 32 | 54 |
| Octal | 300 | 352 | 321 | 22 | 0 | 13 | 10 | 220 | 62 | 124 |
| Binary | 11000000 | 11101010 | 11010001 | 10010 | 0 | 1011 | 1000 | 10010000 | 110010 | 1010100 |
Color Harmonies of #C0EAD1
Complementary color
Monochromatic Colors of #C0EAD1
Black with #C0EAD1
Text Example
Text Example
White with #C0EAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EAD1; }
p { color: rgb(192,234,209); }
H1.HeaderClassName
{
color: #C0EAD1;
}
.AnyTagClassName
{
color: #C0EAD1;
}
</style>
background-color css
<style>
a { background-color: #C0EAD1; }
a { background-color: rgb(192,234,209); }
div.DivClassName
{
background-color: #C0EAD1;
}
.BgClassName
{
background-color: #C0EAD1;
}
</style>
border-color css
<style>
span { border-color: #C0EAD1; }
span { border-color: rgb(192,234,209); }
td.TdClassName
{
border-color: #C0EAD1;
}
.TagClassName
{
border-color: #C0EAD1;
}
</style>