Shades of Aero Blue #C4E6D5
Tints of Aero Blue #C4E6D5
RGB
CMYK
RGB Variations
Color information
#C4E6D5 (or 0xC4E6D5) is known color: Aero Blue. HEX triplet: C4, E6 and D5. RGB value is (196,230,213). Sum of RGB (Red+Green+Blue) = 196+230+213=639 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.67% from 639); Green value is 230 (90.23% from 255 or 35.99% from 639); Blue value is 213 (83.59% from 255 or 33.33% from 639); Max value from RGB is 230 - color contains mainly: green. Hex color #C4E6D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4E6D5 is #3B192A. Grayscale: #D9D9D9. Windows color (decimal): -3873067 or 14018244. OLE color: 14018244.
HSL color Cylindrical-coordinate representation of color #C4E6D5: hue angle of 150º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C4E6D5 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 230 | 213 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.10 |
| HSL | 150º | 0.4% | 0.84% | - |
| HSV(B) | 150º | 0.15% | 0.9% | - |
| XYZ | 63.07 | 73.13 | 73.74 | - |
| YUV | 217.9 | 125.24 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 230 | 213 | 0.15 | 0 | 0.07 | 0.10 | 150 | 0.4 | 0.84 |
| Hex | C4 | E6 | D5 | F | 0 | 7 | A | 96 | 28 | 54 |
| Octal | 304 | 346 | 325 | 17 | 0 | 7 | 12 | 226 | 50 | 124 |
| Binary | 11000100 | 11100110 | 11010101 | 1111 | 0 | 111 | 1010 | 10010110 | 101000 | 1010100 |
Color Harmonies of #C4E6D5
Complementary color
Monochromatic Colors of #C4E6D5
Black with #C4E6D5
Text Example
Text Example
White with #C4E6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E6D5; }
p { color: rgb(196,230,213); }
H1.HeaderClassName
{
color: #C4E6D5;
}
.AnyTagClassName
{
color: #C4E6D5;
}
</style>
background-color css
<style>
a { background-color: #C4E6D5; }
a { background-color: rgb(196,230,213); }
div.DivClassName
{
background-color: #C4E6D5;
}
.BgClassName
{
background-color: #C4E6D5;
}
</style>
border-color css
<style>
span { border-color: #C4E6D5; }
span { border-color: rgb(196,230,213); }
td.TdClassName
{
border-color: #C4E6D5;
}
.TagClassName
{
border-color: #C4E6D5;
}
</style>