Shades of Aero Blue #C4EED8
Tints of Aero Blue #C4EED8
RGB
CMYK
RGB Variations
Color information
#C4EED8 (or 0xC4EED8) is known color: Aero Blue. HEX triplet: C4, EE and D8. RGB value is (196,238,216). Sum of RGB (Red+Green+Blue) = 196+238+216=650 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.15% from 650); Green value is 238 (93.36% from 255 or 36.62% from 650); Blue value is 216 (84.77% from 255 or 33.23% from 650); Max value from RGB is 238 - color contains mainly: green. Hex color #C4EED8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4EED8 is #3B1127. Grayscale: #DEDEDE. Windows color (decimal): -3871016 or 14216900. OLE color: 14216900.
HSL color Cylindrical-coordinate representation of color #C4EED8: hue angle of 148.57º 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 #C4EED8 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 238 | 216 | - |
| CMYK | 0.18 | 0 | 0.09 | 0.07 |
| HSL | 148.57º | 0.55% | 0.85% | - |
| HSV(B) | 148.57º | 0.18% | 0.93% | - |
| XYZ | 65.73 | 77.84 | 76.53 | - |
| YUV | 222.93 | 124.09 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 238 | 216 | 0.18 | 0 | 0.09 | 0.07 | 148.57 | 0.55 | 0.85 |
| Hex | C4 | EE | D8 | 12 | 0 | 9 | 7 | 95 | 37 | 55 |
| Octal | 304 | 356 | 330 | 22 | 0 | 11 | 7 | 225 | 67 | 125 |
| Binary | 11000100 | 11101110 | 11011000 | 10010 | 0 | 1001 | 111 | 10010101 | 110111 | 1010101 |
Color Harmonies of #C4EED8
Complementary color
Monochromatic Colors of #C4EED8
Black with #C4EED8
Text Example
Text Example
White with #C4EED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EED8; }
p { color: rgb(196,238,216); }
H1.HeaderClassName
{
color: #C4EED8;
}
.AnyTagClassName
{
color: #C4EED8;
}
</style>
background-color css
<style>
a { background-color: #C4EED8; }
a { background-color: rgb(196,238,216); }
div.DivClassName
{
background-color: #C4EED8;
}
.BgClassName
{
background-color: #C4EED8;
}
</style>
border-color css
<style>
span { border-color: #C4EED8; }
span { border-color: rgb(196,238,216); }
td.TdClassName
{
border-color: #C4EED8;
}
.TagClassName
{
border-color: #C4EED8;
}
</style>