Shades of Aero Blue #C4EED6
Tints of Aero Blue #C4EED6
RGB
CMYK
RGB Variations
Color information
#C4EED6 (or 0xC4EED6) is known color: Aero Blue. HEX triplet: C4, EE and D6. RGB value is (196,238,214). Sum of RGB (Red+Green+Blue) = 196+238+214=648 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.25% from 648); Green value is 238 (93.36% from 255 or 36.73% from 648); Blue value is 214 (83.98% from 255 or 33.02% from 648); Max value from RGB is 238 - color contains mainly: green. Hex color #C4EED6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4EED6 is #3B1129. Grayscale: #DEDEDE. Windows color (decimal): -3871018 or 14085828. OLE color: 14085828.
HSL color Cylindrical-coordinate representation of color #C4EED6: hue angle of 145.71º 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 #C4EED6 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 238 | 214 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.07 |
| HSL | 145.71º | 0.55% | 0.85% | - |
| HSV(B) | 145.71º | 0.18% | 0.93% | - |
| XYZ | 65.48 | 77.74 | 75.17 | - |
| YUV | 222.71 | 123.09 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 238 | 214 | 0.18 | 0 | 0.10 | 0.07 | 145.71 | 0.55 | 0.85 |
| Hex | C4 | EE | D6 | 12 | 0 | A | 7 | 92 | 37 | 55 |
| Octal | 304 | 356 | 326 | 22 | 0 | 12 | 7 | 222 | 67 | 125 |
| Binary | 11000100 | 11101110 | 11010110 | 10010 | 0 | 1010 | 111 | 10010010 | 110111 | 1010101 |
Color Harmonies of #C4EED6
Complementary color
Monochromatic Colors of #C4EED6
Black with #C4EED6
Text Example
Text Example
White with #C4EED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EED6; }
p { color: rgb(196,238,214); }
H1.HeaderClassName
{
color: #C4EED6;
}
.AnyTagClassName
{
color: #C4EED6;
}
</style>
background-color css
<style>
a { background-color: #C4EED6; }
a { background-color: rgb(196,238,214); }
div.DivClassName
{
background-color: #C4EED6;
}
.BgClassName
{
background-color: #C4EED6;
}
</style>
border-color css
<style>
span { border-color: #C4EED6; }
span { border-color: rgb(196,238,214); }
td.TdClassName
{
border-color: #C4EED6;
}
.TagClassName
{
border-color: #C4EED6;
}
</style>