Shades of Aero Blue #C0EFDA
Tints of Aero Blue #C0EFDA
RGB
CMYK
RGB Variations
Color information
#C0EFDA (or 0xC0EFDA) is known color: Aero Blue. HEX triplet: C0, EF and DA. RGB value is (192,239,218). Sum of RGB (Red+Green+Blue) = 192+239+218=649 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.58% from 649); Green value is 239 (93.75% from 255 or 36.83% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EFDA is #3F1025. Grayscale: #DEDEDE. Windows color (decimal): -4132902 or 14348224. OLE color: 14348224.
HSL color Cylindrical-coordinate representation of color #C0EFDA: hue angle of 153.19º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0EFDA is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 192 | 239 | 218 | - |
CMYK | 0.20 | 0 | 0.09 | 0.06 |
HSL | 153.19º | 0.59% | 0.85% | - |
HSV(B) | 153.19º | 0.2% | 0.94% | - |
XYZ | 65.26 | 78 | 77.95 | - |
YUV | 222.55 | 125.43 | 106.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 239 | 218 | 0.20 | 0 | 0.09 | 0.06 | 153.19 | 0.59 | 0.85 |
Hex | C0 | EF | DA | 14 | 0 | 9 | 6 | 99 | 3B | 55 |
Octal | 300 | 357 | 332 | 24 | 0 | 11 | 6 | 231 | 73 | 125 |
Binary | 11000000 | 11101111 | 11011010 | 10100 | 0 | 1001 | 110 | 10011001 | 111011 | 1010101 |
Color Harmonies of #C0EFDA
Complementary color
Monochromatic Colors of #C0EFDA
Black with #C0EFDA
Text Example
Text Example
White with #C0EFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EFDA; }
p { color: rgb(192,239,218); }
H1.HeaderClassName
{
color: #C0EFDA;
}
.AnyTagClassName
{
color: #C0EFDA;
}
</style>
background-color css
<style>
a { background-color: #C0EFDA; }
a { background-color: rgb(192,239,218); }
div.DivClassName
{
background-color: #C0EFDA;
}
.BgClassName
{
background-color: #C0EFDA;
}
</style>
border-color css
<style>
span { border-color: #C0EFDA; }
span { border-color: rgb(192,239,218); }
td.TdClassName
{
border-color: #C0EFDA;
}
.TagClassName
{
border-color: #C0EFDA;
}
</style>