Shades of Aero Blue #C4FEDE
Tints of Aero Blue #C4FEDE
RGB
CMYK
RGB Variations
Color information
#C4FEDE (or 0xC4FEDE) is known color: Aero Blue. HEX triplet: C4, FE and DE. RGB value is (196,254,222). Sum of RGB (Red+Green+Blue) = 196+254+222=672 (89% of max value = 765). Red value is 196 (76.95% from 255 or 29.17% from 672); Green value is 254 (99.61% from 255 or 37.80% from 672); Blue value is 222 (87.11% from 255 or 33.04% from 672); Max value from RGB is 254 - color contains mainly: green. Hex color #C4FEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4FEDE is #3B0121. Grayscale: #E9E9E9. Windows color (decimal): -3866914 or 14614212. OLE color: 14614212.
HSL color Cylindrical-coordinate representation of color #C4FEDE: hue angle of 146.9º 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 #C4FEDE is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 254 | 222 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.00 |
| HSL | 146.9º | 0.97% | 0.88% | - |
| HSV(B) | 146.9º | 0.23% | 1% | - |
| XYZ | 71.39 | 87.89 | 82.31 | - |
| YUV | 233.01 | 121.78 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 254 | 222 | 0.23 | 0 | 0.13 | 0.00 | 146.9 | 0.97 | 0.88 |
| Hex | C4 | FE | DE | 17 | 0 | D | 0 | 93 | 61 | 58 |
| Octal | 304 | 376 | 336 | 27 | 0 | 15 | 0 | 223 | 141 | 130 |
| Binary | 11000100 | 11111110 | 11011110 | 10111 | 0 | 1101 | 0 | 10010011 | 1100001 | 1011000 |
Color Harmonies of #C4FEDE
Complementary color
Monochromatic Colors of #C4FEDE
Black with #C4FEDE
Text Example
Text Example
White with #C4FEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FEDE; }
p { color: rgb(196,254,222); }
H1.HeaderClassName
{
color: #C4FEDE;
}
.AnyTagClassName
{
color: #C4FEDE;
}
</style>
background-color css
<style>
a { background-color: #C4FEDE; }
a { background-color: rgb(196,254,222); }
div.DivClassName
{
background-color: #C4FEDE;
}
.BgClassName
{
background-color: #C4FEDE;
}
</style>
border-color css
<style>
span { border-color: #C4FEDE; }
span { border-color: rgb(196,254,222); }
td.TdClassName
{
border-color: #C4FEDE;
}
.TagClassName
{
border-color: #C4FEDE;
}
</style>