Shades of Aero Blue #C4EDD9
Tints of Aero Blue #C4EDD9
RGB
CMYK
RGB Variations
Color information
#C4EDD9 (or 0xC4EDD9) is known color: Aero Blue. HEX triplet: C4, ED and D9. RGB value is (196,237,217). Sum of RGB (Red+Green+Blue) = 196+237+217=650 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.15% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 217 (85.16% from 255 or 33.38% from 650); Max value from RGB is 237 - color contains mainly: green. Hex color #C4EDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4EDD9 is #3B1226. Grayscale: #DEDEDE. Windows color (decimal): -3871271 or 14282180. OLE color: 14282180.
HSL color Cylindrical-coordinate representation of color #C4EDD9: hue angle of 150.73º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4EDD9 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 237 | 217 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.07 |
| HSL | 150.73º | 0.53% | 0.85% | - |
| HSV(B) | 150.73º | 0.17% | 0.93% | - |
| XYZ | 65.57 | 77.31 | 77.11 | - |
| YUV | 222.46 | 124.92 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 237 | 217 | 0.17 | 0 | 0.08 | 0.07 | 150.73 | 0.53 | 0.85 |
| Hex | C4 | ED | D9 | 11 | 0 | 8 | 7 | 97 | 35 | 55 |
| Octal | 304 | 355 | 331 | 21 | 0 | 10 | 7 | 227 | 65 | 125 |
| Binary | 11000100 | 11101101 | 11011001 | 10001 | 0 | 1000 | 111 | 10010111 | 110101 | 1010101 |
Color Harmonies of #C4EDD9
Complementary color
Monochromatic Colors of #C4EDD9
Black with #C4EDD9
Text Example
Text Example
White with #C4EDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EDD9; }
p { color: rgb(196,237,217); }
H1.HeaderClassName
{
color: #C4EDD9;
}
.AnyTagClassName
{
color: #C4EDD9;
}
</style>
background-color css
<style>
a { background-color: #C4EDD9; }
a { background-color: rgb(196,237,217); }
div.DivClassName
{
background-color: #C4EDD9;
}
.BgClassName
{
background-color: #C4EDD9;
}
</style>
border-color css
<style>
span { border-color: #C4EDD9; }
span { border-color: rgb(196,237,217); }
td.TdClassName
{
border-color: #C4EDD9;
}
.TagClassName
{
border-color: #C4EDD9;
}
</style>