Shades of Aero Blue #C4FEDB
Tints of Aero Blue #C4FEDB
RGB
CMYK
RGB Variations
Color information
#C4FEDB (or 0xC4FEDB) is known color: Aero Blue. HEX triplet: C4, FE and DB. RGB value is (196,254,219). Sum of RGB (Red+Green+Blue) = 196+254+219=669 (88% of max value = 765). Red value is 196 (76.95% from 255 or 29.30% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #C4FEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4FEDB is #3B0124. Grayscale: #E8E8E8. Windows color (decimal): -3866917 or 14417604. OLE color: 14417604.
HSL color Cylindrical-coordinate representation of color #C4FEDB: hue angle of 143.79º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4FEDB is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 254 | 219 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.00 |
| HSL | 143.79º | 0.97% | 0.88% | - |
| HSV(B) | 143.79º | 0.23% | 1% | - |
| XYZ | 70.99 | 87.73 | 80.21 | - |
| YUV | 232.67 | 120.28 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 254 | 219 | 0.23 | 0 | 0.14 | 0.00 | 143.79 | 0.97 | 0.88 |
| Hex | C4 | FE | DB | 17 | 0 | E | 0 | 90 | 61 | 58 |
| Octal | 304 | 376 | 333 | 27 | 0 | 16 | 0 | 220 | 141 | 130 |
| Binary | 11000100 | 11111110 | 11011011 | 10111 | 0 | 1110 | 0 | 10010000 | 1100001 | 1011000 |
Color Harmonies of #C4FEDB
Complementary color
Monochromatic Colors of #C4FEDB
Black with #C4FEDB
Text Example
Text Example
White with #C4FEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FEDB; }
p { color: rgb(196,254,219); }
H1.HeaderClassName
{
color: #C4FEDB;
}
.AnyTagClassName
{
color: #C4FEDB;
}
</style>
background-color css
<style>
a { background-color: #C4FEDB; }
a { background-color: rgb(196,254,219); }
div.DivClassName
{
background-color: #C4FEDB;
}
.BgClassName
{
background-color: #C4FEDB;
}
</style>
border-color css
<style>
span { border-color: #C4FEDB; }
span { border-color: rgb(196,254,219); }
td.TdClassName
{
border-color: #C4FEDB;
}
.TagClassName
{
border-color: #C4FEDB;
}
</style>