Shades of Aero Blue #C0E9D0
Tints of Aero Blue #C0E9D0
RGB
CMYK
RGB Variations
Color information
#C0E9D0 (or 0xC0E9D0) is known color: Aero Blue. HEX triplet: C0, E9 and D0. RGB value is (192,233,208). Sum of RGB (Red+Green+Blue) = 192+233+208=633 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.33% from 633); Green value is 233 (91.41% from 255 or 36.81% from 633); Blue value is 208 (81.64% from 255 or 32.86% from 633); Max value from RGB is 233 - color contains mainly: green. Hex color #C0E9D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0E9D0 is #3F162F. Grayscale: #D9D9D9. Windows color (decimal): -4134448 or 13691328. OLE color: 13691328.
HSL color Cylindrical-coordinate representation of color #C0E9D0: hue angle of 143.41º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0E9D0 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
RGB | 192 | 233 | 208 | - |
CMYK | 0.18 | 0 | 0.11 | 0.09 |
HSL | 143.41º | 0.48% | 0.83% | - |
HSV(B) | 143.41º | 0.18% | 0.91% | - |
XYZ | 62.26 | 74.04 | 70.68 | - |
YUV | 217.89 | 122.42 | 109.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 233 | 208 | 0.18 | 0 | 0.11 | 0.09 | 143.41 | 0.48 | 0.83 |
Hex | C0 | E9 | D0 | 12 | 0 | B | 9 | 8F | 30 | 53 |
Octal | 300 | 351 | 320 | 22 | 0 | 13 | 11 | 217 | 60 | 123 |
Binary | 11000000 | 11101001 | 11010000 | 10010 | 0 | 1011 | 1001 | 10001111 | 110000 | 1010011 |
Color Harmonies of #C0E9D0
Complementary color
Monochromatic Colors of #C0E9D0
Black with #C0E9D0
Text Example
Text Example
White with #C0E9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E9D0; }
p { color: rgb(192,233,208); }
H1.HeaderClassName
{
color: #C0E9D0;
}
.AnyTagClassName
{
color: #C0E9D0;
}
</style>
background-color css
<style>
a { background-color: #C0E9D0; }
a { background-color: rgb(192,233,208); }
div.DivClassName
{
background-color: #C0E9D0;
}
.BgClassName
{
background-color: #C0E9D0;
}
</style>
border-color css
<style>
span { border-color: #C0E9D0; }
span { border-color: rgb(192,233,208); }
td.TdClassName
{
border-color: #C0E9D0;
}
.TagClassName
{
border-color: #C0E9D0;
}
</style>