Shades of Aero Blue #C6FEDB
Tints of Aero Blue #C6FEDB
RGB
CMYK
RGB Variations
Color information
#C6FEDB (or 0xC6FEDB) is known color: Aero Blue. HEX triplet: C6, FE and DB. RGB value is (198,254,219). Sum of RGB (Red+Green+Blue) = 198+254+219=671 (88% of max value = 765). Red value is 198 (77.73% from 255 or 29.51% from 671); Green value is 254 (99.61% from 255 or 37.85% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 254 - color contains mainly: green. Hex color #C6FEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6FEDB is #390124. Grayscale: #E9E9E9. Windows color (decimal): -3735845 or 14417606. OLE color: 14417606.
HSL color Cylindrical-coordinate representation of color #C6FEDB: hue angle of 142.5º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6FEDB is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 254 | 219 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.00 |
| HSL | 142.5º | 0.97% | 0.89% | - |
| HSV(B) | 142.5º | 0.22% | 1% | - |
| XYZ | 71.52 | 88 | 80.23 | - |
| YUV | 233.27 | 119.95 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 254 | 219 | 0.22 | 0 | 0.14 | 0.00 | 142.5 | 0.97 | 0.89 |
| Hex | C6 | FE | DB | 16 | 0 | E | 0 | 8E | 61 | 59 |
| Octal | 306 | 376 | 333 | 26 | 0 | 16 | 0 | 216 | 141 | 131 |
| Binary | 11000110 | 11111110 | 11011011 | 10110 | 0 | 1110 | 0 | 10001110 | 1100001 | 1011001 |
Color Harmonies of #C6FEDB
Complementary color
Monochromatic Colors of #C6FEDB
Black with #C6FEDB
Text Example
Text Example
White with #C6FEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FEDB; }
p { color: rgb(198,254,219); }
H1.HeaderClassName
{
color: #C6FEDB;
}
.AnyTagClassName
{
color: #C6FEDB;
}
</style>
background-color css
<style>
a { background-color: #C6FEDB; }
a { background-color: rgb(198,254,219); }
div.DivClassName
{
background-color: #C6FEDB;
}
.BgClassName
{
background-color: #C6FEDB;
}
</style>
border-color css
<style>
span { border-color: #C6FEDB; }
span { border-color: rgb(198,254,219); }
td.TdClassName
{
border-color: #C6FEDB;
}
.TagClassName
{
border-color: #C6FEDB;
}
</style>