Shades of Aero Blue #C0EDDA
Tints of Aero Blue #C0EDDA
RGB
CMYK
RGB Variations
Color information
#C0EDDA (or 0xC0EDDA) is known color: Aero Blue. HEX triplet: C0, ED and DA. RGB value is (192,237,218). Sum of RGB (Red+Green+Blue) = 192+237+218=647 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.68% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 218 (85.55% from 255 or 33.69% from 647); Max value from RGB is 237 - color contains mainly: green. Hex color #C0EDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EDDA is #3F1225. Grayscale: #DDDDDD. Windows color (decimal): -4133414 or 14347712. OLE color: 14347712.
HSL color Cylindrical-coordinate representation of color #C0EDDA: hue angle of 154.67º degrees, saturation: 0.56, 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 #C0EDDA is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 192 | 237 | 218 | - |
CMYK | 0.19 | 0 | 0.08 | 0.07 |
HSL | 154.67º | 0.56% | 0.84% | - |
HSV(B) | 154.67º | 0.19% | 0.93% | - |
XYZ | 64.68 | 76.84 | 77.75 | - |
YUV | 221.38 | 126.09 | 107.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 237 | 218 | 0.19 | 0 | 0.08 | 0.07 | 154.67 | 0.56 | 0.84 |
Hex | C0 | ED | DA | 13 | 0 | 8 | 7 | 9B | 38 | 54 |
Octal | 300 | 355 | 332 | 23 | 0 | 10 | 7 | 233 | 70 | 124 |
Binary | 11000000 | 11101101 | 11011010 | 10011 | 0 | 1000 | 111 | 10011011 | 111000 | 1010100 |
Color Harmonies of #C0EDDA
Complementary color
Monochromatic Colors of #C0EDDA
Black with #C0EDDA
Text Example
Text Example
White with #C0EDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EDDA; }
p { color: rgb(192,237,218); }
H1.HeaderClassName
{
color: #C0EDDA;
}
.AnyTagClassName
{
color: #C0EDDA;
}
</style>
background-color css
<style>
a { background-color: #C0EDDA; }
a { background-color: rgb(192,237,218); }
div.DivClassName
{
background-color: #C0EDDA;
}
.BgClassName
{
background-color: #C0EDDA;
}
</style>
border-color css
<style>
span { border-color: #C0EDDA; }
span { border-color: rgb(192,237,218); }
td.TdClassName
{
border-color: #C0EDDA;
}
.TagClassName
{
border-color: #C0EDDA;
}
</style>