Shades of Aero Blue #C4FEDA
Tints of Aero Blue #C4FEDA
RGB
CMYK
RGB Variations
Color information
#C4FEDA (or 0xC4FEDA) is known color: Aero Blue. HEX triplet: C4, FE and DA. RGB value is (196,254,218). Sum of RGB (Red+Green+Blue) = 196+254+218=668 (88% of max value = 765). Red value is 196 (76.95% from 255 or 29.34% from 668); Green value is 254 (99.61% from 255 or 38.02% from 668); Blue value is 218 (85.55% from 255 or 32.63% from 668); Max value from RGB is 254 - color contains mainly: green. Hex color #C4FEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4FEDA is #3B0125. Grayscale: #E8E8E8. Windows color (decimal): -3866918 or 14352068. OLE color: 14352068.
HSL color Cylindrical-coordinate representation of color #C4FEDA: hue angle of 142.76º 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 #C4FEDA is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 254 | 218 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.00 |
| HSL | 142.76º | 0.97% | 0.88% | - |
| HSV(B) | 142.76º | 0.23% | 1% | - |
| XYZ | 70.86 | 87.68 | 79.52 | - |
| YUV | 232.55 | 119.78 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 254 | 218 | 0.23 | 0 | 0.14 | 0.00 | 142.76 | 0.97 | 0.88 |
| Hex | C4 | FE | DA | 17 | 0 | E | 0 | 8F | 61 | 58 |
| Octal | 304 | 376 | 332 | 27 | 0 | 16 | 0 | 217 | 141 | 130 |
| Binary | 11000100 | 11111110 | 11011010 | 10111 | 0 | 1110 | 0 | 10001111 | 1100001 | 1011000 |
Color Harmonies of #C4FEDA
Complementary color
Monochromatic Colors of #C4FEDA
Black with #C4FEDA
Text Example
Text Example
White with #C4FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FEDA; }
p { color: rgb(196,254,218); }
H1.HeaderClassName
{
color: #C4FEDA;
}
.AnyTagClassName
{
color: #C4FEDA;
}
</style>
background-color css
<style>
a { background-color: #C4FEDA; }
a { background-color: rgb(196,254,218); }
div.DivClassName
{
background-color: #C4FEDA;
}
.BgClassName
{
background-color: #C4FEDA;
}
</style>
border-color css
<style>
span { border-color: #C4FEDA; }
span { border-color: rgb(196,254,218); }
td.TdClassName
{
border-color: #C4FEDA;
}
.TagClassName
{
border-color: #C4FEDA;
}
</style>