Shades of Aero Blue #C4E1D3
Tints of Aero Blue #C4E1D3
RGB
CMYK
RGB Variations
Color information
#C4E1D3 (or 0xC4E1D3) is known color: Aero Blue. HEX triplet: C4, E1 and D3. RGB value is (196,225,211). Sum of RGB (Red+Green+Blue) = 196+225+211=632 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.01% from 632); Green value is 225 (88.28% from 255 or 35.60% from 632); Blue value is 211 (82.81% from 255 or 33.39% from 632); Max value from RGB is 225 - color contains mainly: green. Hex color #C4E1D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4E1D3 is #3B1E2C. Grayscale: #D6D6D6. Windows color (decimal): -3874349 or 13885892. OLE color: 13885892.
HSL color Cylindrical-coordinate representation of color #C4E1D3: hue angle of 151.03º degrees, saturation: 0.33, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4E1D3 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 225 | 211 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.12 |
| HSL | 151.03º | 0.33% | 0.83% | - |
| HSV(B) | 151.03º | 0.13% | 0.88% | - |
| XYZ | 61.45 | 70.29 | 71.96 | - |
| YUV | 214.73 | 125.89 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 225 | 211 | 0.13 | 0 | 0.06 | 0.12 | 151.03 | 0.33 | 0.83 |
| Hex | C4 | E1 | D3 | D | 0 | 6 | C | 97 | 21 | 53 |
| Octal | 304 | 341 | 323 | 15 | 0 | 6 | 14 | 227 | 41 | 123 |
| Binary | 11000100 | 11100001 | 11010011 | 1101 | 0 | 110 | 1100 | 10010111 | 100001 | 1010011 |
Color Harmonies of #C4E1D3
Complementary color
Monochromatic Colors of #C4E1D3
Black with #C4E1D3
Text Example
Text Example
White with #C4E1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E1D3; }
p { color: rgb(196,225,211); }
H1.HeaderClassName
{
color: #C4E1D3;
}
.AnyTagClassName
{
color: #C4E1D3;
}
</style>
background-color css
<style>
a { background-color: #C4E1D3; }
a { background-color: rgb(196,225,211); }
div.DivClassName
{
background-color: #C4E1D3;
}
.BgClassName
{
background-color: #C4E1D3;
}
</style>
border-color css
<style>
span { border-color: #C4E1D3; }
span { border-color: rgb(196,225,211); }
td.TdClassName
{
border-color: #C4E1D3;
}
.TagClassName
{
border-color: #C4E1D3;
}
</style>