Shades of Aero Blue #C4EED4
Tints of Aero Blue #C4EED4
RGB
CMYK
RGB Variations
Color information
#C4EED4 (or 0xC4EED4) is known color: Aero Blue. HEX triplet: C4, EE and D4. RGB value is (196,238,212). Sum of RGB (Red+Green+Blue) = 196+238+212=646 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.34% from 646); Green value is 238 (93.36% from 255 or 36.84% from 646); Blue value is 212 (83.20% from 255 or 32.82% from 646); Max value from RGB is 238 - color contains mainly: green. Hex color #C4EED4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4EED4 is #3B112B. Grayscale: #DEDEDE. Windows color (decimal): -3871020 or 13954756. OLE color: 13954756.
HSL color Cylindrical-coordinate representation of color #C4EED4: hue angle of 142.86º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4EED4 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 238 | 212 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.07 |
| HSL | 142.86º | 0.55% | 0.85% | - |
| HSV(B) | 142.86º | 0.18% | 0.93% | - |
| XYZ | 65.22 | 77.64 | 73.84 | - |
| YUV | 222.48 | 122.09 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 238 | 212 | 0.18 | 0 | 0.11 | 0.07 | 142.86 | 0.55 | 0.85 |
| Hex | C4 | EE | D4 | 12 | 0 | B | 7 | 8F | 37 | 55 |
| Octal | 304 | 356 | 324 | 22 | 0 | 13 | 7 | 217 | 67 | 125 |
| Binary | 11000100 | 11101110 | 11010100 | 10010 | 0 | 1011 | 111 | 10001111 | 110111 | 1010101 |
Color Harmonies of #C4EED4
Complementary color
Monochromatic Colors of #C4EED4
Black with #C4EED4
Text Example
Text Example
White with #C4EED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EED4; }
p { color: rgb(196,238,212); }
H1.HeaderClassName
{
color: #C4EED4;
}
.AnyTagClassName
{
color: #C4EED4;
}
</style>
background-color css
<style>
a { background-color: #C4EED4; }
a { background-color: rgb(196,238,212); }
div.DivClassName
{
background-color: #C4EED4;
}
.BgClassName
{
background-color: #C4EED4;
}
</style>
border-color css
<style>
span { border-color: #C4EED4; }
span { border-color: rgb(196,238,212); }
td.TdClassName
{
border-color: #C4EED4;
}
.TagClassName
{
border-color: #C4EED4;
}
</style>