Shades of Aero Blue #C4E0D1
Tints of Aero Blue #C4E0D1
RGB
CMYK
RGB Variations
Color information
#C4E0D1 (or 0xC4E0D1) is known color: Aero Blue. HEX triplet: C4, E0 and D1. RGB value is (196,224,209). Sum of RGB (Red+Green+Blue) = 196+224+209=629 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.16% from 629); Green value is 224 (87.89% from 255 or 35.61% from 629); Blue value is 209 (82.03% from 255 or 33.23% from 629); Max value from RGB is 224 - color contains mainly: green. Hex color #C4E0D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4E0D1 is #3B1F2E. Grayscale: #D5D5D5. Windows color (decimal): -3874607 or 13754564. OLE color: 13754564.
HSL color Cylindrical-coordinate representation of color #C4E0D1: hue angle of 147.86º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4E0D1 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 224 | 209 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.12 |
| HSL | 147.86º | 0.31% | 0.82% | - |
| HSV(B) | 147.86º | 0.13% | 0.88% | - |
| XYZ | 60.93 | 69.65 | 70.55 | - |
| YUV | 213.92 | 125.22 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 224 | 209 | 0.12 | 0 | 0.07 | 0.12 | 147.86 | 0.31 | 0.82 |
| Hex | C4 | E0 | D1 | C | 0 | 7 | C | 94 | 1F | 52 |
| Octal | 304 | 340 | 321 | 14 | 0 | 7 | 14 | 224 | 37 | 122 |
| Binary | 11000100 | 11100000 | 11010001 | 1100 | 0 | 111 | 1100 | 10010100 | 11111 | 1010010 |
Color Harmonies of #C4E0D1
Complementary color
Monochromatic Colors of #C4E0D1
Black with #C4E0D1
Text Example
Text Example
White with #C4E0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E0D1; }
p { color: rgb(196,224,209); }
H1.HeaderClassName
{
color: #C4E0D1;
}
.AnyTagClassName
{
color: #C4E0D1;
}
</style>
background-color css
<style>
a { background-color: #C4E0D1; }
a { background-color: rgb(196,224,209); }
div.DivClassName
{
background-color: #C4E0D1;
}
.BgClassName
{
background-color: #C4E0D1;
}
</style>
border-color css
<style>
span { border-color: #C4E0D1; }
span { border-color: rgb(196,224,209); }
td.TdClassName
{
border-color: #C4E0D1;
}
.TagClassName
{
border-color: #C4E0D1;
}
</style>