Shades of Aero Blue #C0FEDA
Tints of Aero Blue #C0FEDA
RGB
CMYK
RGB Variations
Color information
#C0FEDA (or 0xC0FEDA) is known color: Aero Blue. HEX triplet: C0, FE and DA. RGB value is (192,254,218). Sum of RGB (Red+Green+Blue) = 192+254+218=664 (87% of max value = 765). Red value is 192 (75.39% from 255 or 28.92% from 664); Green value is 254 (99.61% from 255 or 38.25% from 664); Blue value is 218 (85.55% from 255 or 32.83% from 664); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FEDA is #3F0125. Grayscale: #E7E7E7. Windows color (decimal): -4129062 or 14352064. OLE color: 14352064.
HSL color Cylindrical-coordinate representation of color #C0FEDA: hue angle of 145.16º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FEDA is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 192 | 254 | 218 | - |
CMYK | 0.24 | 0 | 0.14 | 0.00 |
HSL | 145.16º | 0.97% | 0.87% | - |
HSV(B) | 145.16º | 0.24% | 1% | - |
XYZ | 69.83 | 87.15 | 79.47 | - |
YUV | 231.36 | 120.46 | 99.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 254 | 218 | 0.24 | 0 | 0.14 | 0.00 | 145.16 | 0.97 | 0.87 |
Hex | C0 | FE | DA | 18 | 0 | E | 0 | 91 | 61 | 57 |
Octal | 300 | 376 | 332 | 30 | 0 | 16 | 0 | 221 | 141 | 127 |
Binary | 11000000 | 11111110 | 11011010 | 11000 | 0 | 1110 | 0 | 10010001 | 1100001 | 1010111 |
Color Harmonies of #C0FEDA
Complementary color
Monochromatic Colors of #C0FEDA
Black with #C0FEDA
Text Example
Text Example
White with #C0FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FEDA; }
p { color: rgb(192,254,218); }
H1.HeaderClassName
{
color: #C0FEDA;
}
.AnyTagClassName
{
color: #C0FEDA;
}
</style>
background-color css
<style>
a { background-color: #C0FEDA; }
a { background-color: rgb(192,254,218); }
div.DivClassName
{
background-color: #C0FEDA;
}
.BgClassName
{
background-color: #C0FEDA;
}
</style>
border-color css
<style>
span { border-color: #C0FEDA; }
span { border-color: rgb(192,254,218); }
td.TdClassName
{
border-color: #C0FEDA;
}
.TagClassName
{
border-color: #C0FEDA;
}
</style>