Shades of Aero Blue #C4FEDC
Tints of Aero Blue #C4FEDC
RGB
CMYK
RGB Variations
Color information
#C4FEDC (or 0xC4FEDC) is known color: Aero Blue. HEX triplet: C4, FE and DC. RGB value is (196,254,220). Sum of RGB (Red+Green+Blue) = 196+254+220=670 (88% of max value = 765). Red value is 196 (76.95% from 255 or 29.25% from 670); Green value is 254 (99.61% from 255 or 37.91% from 670); Blue value is 220 (86.33% from 255 or 32.84% from 670); Max value from RGB is 254 - color contains mainly: green. Hex color #C4FEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4FEDC is #3B0123. Grayscale: #E8E8E8. Windows color (decimal): -3866916 or 14483140. OLE color: 14483140.
HSL color Cylindrical-coordinate representation of color #C4FEDC: hue angle of 144.83º 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 #C4FEDC is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 254 | 220 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.00 |
| HSL | 144.83º | 0.97% | 0.88% | - |
| HSV(B) | 144.83º | 0.23% | 1% | - |
| XYZ | 71.13 | 87.79 | 80.91 | - |
| YUV | 232.78 | 120.78 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 254 | 220 | 0.23 | 0 | 0.13 | 0.00 | 144.83 | 0.97 | 0.88 |
| Hex | C4 | FE | DC | 17 | 0 | D | 0 | 91 | 61 | 58 |
| Octal | 304 | 376 | 334 | 27 | 0 | 15 | 0 | 221 | 141 | 130 |
| Binary | 11000100 | 11111110 | 11011100 | 10111 | 0 | 1101 | 0 | 10010001 | 1100001 | 1011000 |
Color Harmonies of #C4FEDC
Complementary color
Monochromatic Colors of #C4FEDC
Black with #C4FEDC
Text Example
Text Example
White with #C4FEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FEDC; }
p { color: rgb(196,254,220); }
H1.HeaderClassName
{
color: #C4FEDC;
}
.AnyTagClassName
{
color: #C4FEDC;
}
</style>
background-color css
<style>
a { background-color: #C4FEDC; }
a { background-color: rgb(196,254,220); }
div.DivClassName
{
background-color: #C4FEDC;
}
.BgClassName
{
background-color: #C4FEDC;
}
</style>
border-color css
<style>
span { border-color: #C4FEDC; }
span { border-color: rgb(196,254,220); }
td.TdClassName
{
border-color: #C4FEDC;
}
.TagClassName
{
border-color: #C4FEDC;
}
</style>