Shades of Aero Blue #C4EEDA
Tints of Aero Blue #C4EEDA
RGB
CMYK
RGB Variations
Color information
#C4EEDA (or 0xC4EEDA) is known color: Aero Blue. HEX triplet: C4, EE and DA. RGB value is (196,238,218). Sum of RGB (Red+Green+Blue) = 196+238+218=652 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.06% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 238 - color contains mainly: green. Hex color #C4EEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4EEDA is #3B1125. Grayscale: #DFDFDF. Windows color (decimal): -3871014 or 14347972. OLE color: 14347972.
HSL color Cylindrical-coordinate representation of color #C4EEDA: hue angle of 151.43º 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 #C4EEDA is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 238 | 218 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.07 |
| HSL | 151.43º | 0.55% | 0.85% | - |
| HSV(B) | 151.43º | 0.18% | 0.93% | - |
| XYZ | 65.99 | 77.95 | 77.9 | - |
| YUV | 223.16 | 125.09 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 238 | 218 | 0.18 | 0 | 0.08 | 0.07 | 151.43 | 0.55 | 0.85 |
| Hex | C4 | EE | DA | 12 | 0 | 8 | 7 | 97 | 37 | 55 |
| Octal | 304 | 356 | 332 | 22 | 0 | 10 | 7 | 227 | 67 | 125 |
| Binary | 11000100 | 11101110 | 11011010 | 10010 | 0 | 1000 | 111 | 10010111 | 110111 | 1010101 |
Color Harmonies of #C4EEDA
Complementary color
Monochromatic Colors of #C4EEDA
Black with #C4EEDA
Text Example
Text Example
White with #C4EEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EEDA; }
p { color: rgb(196,238,218); }
H1.HeaderClassName
{
color: #C4EEDA;
}
.AnyTagClassName
{
color: #C4EEDA;
}
</style>
background-color css
<style>
a { background-color: #C4EEDA; }
a { background-color: rgb(196,238,218); }
div.DivClassName
{
background-color: #C4EEDA;
}
.BgClassName
{
background-color: #C4EEDA;
}
</style>
border-color css
<style>
span { border-color: #C4EEDA; }
span { border-color: rgb(196,238,218); }
td.TdClassName
{
border-color: #C4EEDA;
}
.TagClassName
{
border-color: #C4EEDA;
}
</style>