Shades of Aero Blue #C0FEDB
Tints of Aero Blue #C0FEDB
RGB
CMYK
RGB Variations
Color information
#C0FEDB (or 0xC0FEDB) is known color: Aero Blue. HEX triplet: C0, FE and DB. RGB value is (192,254,219). Sum of RGB (Red+Green+Blue) = 192+254+219=665 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.87% from 665); Green value is 254 (99.61% from 255 or 38.20% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FEDB is #3F0124. Grayscale: #E7E7E7. Windows color (decimal): -4129061 or 14417600. OLE color: 14417600.
HSL color Cylindrical-coordinate representation of color #C0FEDB: hue angle of 146.13º 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 #C0FEDB is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 254 | 219 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.00 |
| HSL | 146.13º | 0.97% | 0.87% | - |
| HSV(B) | 146.13º | 0.24% | 1% | - |
| XYZ | 69.97 | 87.2 | 80.16 | - |
| YUV | 231.47 | 120.96 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 254 | 219 | 0.24 | 0 | 0.14 | 0.00 | 146.13 | 0.97 | 0.87 |
| Hex | C0 | FE | DB | 18 | 0 | E | 0 | 92 | 61 | 57 |
| Octal | 300 | 376 | 333 | 30 | 0 | 16 | 0 | 222 | 141 | 127 |
| Binary | 11000000 | 11111110 | 11011011 | 11000 | 0 | 1110 | 0 | 10010010 | 1100001 | 1010111 |
Color Harmonies of #C0FEDB
Complementary color
Monochromatic Colors of #C0FEDB
Black with #C0FEDB
Text Example
Text Example
White with #C0FEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FEDB; }
p { color: rgb(192,254,219); }
H1.HeaderClassName
{
color: #C0FEDB;
}
.AnyTagClassName
{
color: #C0FEDB;
}
</style>
background-color css
<style>
a { background-color: #C0FEDB; }
a { background-color: rgb(192,254,219); }
div.DivClassName
{
background-color: #C0FEDB;
}
.BgClassName
{
background-color: #C0FEDB;
}
</style>
border-color css
<style>
span { border-color: #C0FEDB; }
span { border-color: rgb(192,254,219); }
td.TdClassName
{
border-color: #C0FEDB;
}
.TagClassName
{
border-color: #C0FEDB;
}
</style>