Shades of Echo Blue #AAAEC2
Tints of Echo Blue #AAAEC2
RGB
CMYK
RGB Variations
Color information
#AAAEC2 (or 0xAAAEC2) is known color: Echo Blue. HEX triplet: AA, AE and C2. RGB value is (170,174,194). Sum of RGB (Red+Green+Blue) = 170+174+194=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 194 - color contains mainly: blue. Hex color #AAAEC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAEC2 is #55513D. Grayscale: #AFAFAF. Windows color (decimal): -5591358 or 12758698. OLE color: 12758698.
HSL color Cylindrical-coordinate representation of color #AAAEC2: hue angle of 230º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAAEC2 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 174 | 194 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.24 |
| HSL | 230º | 0.16% | 0.71% | - |
| HSV(B) | 230º | 0.12% | 0.76% | - |
| XYZ | 41.45 | 42.71 | 57.1 | - |
| YUV | 175.08 | 138.67 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 174 | 194 | 0.12 | 0.10 | 0 | 0.24 | 230 | 0.16 | 0.71 |
| Hex | AA | AE | C2 | C | A | 0 | 18 | E6 | 10 | 47 |
| Octal | 252 | 256 | 302 | 14 | 12 | 0 | 30 | 346 | 20 | 107 |
| Binary | 10101010 | 10101110 | 11000010 | 1100 | 1010 | 0 | 11000 | 11100110 | 10000 | 1000111 |
Color Harmonies of #AAAEC2
Complementary color
Monochromatic Colors of #AAAEC2
Black with #AAAEC2
Text Example
Text Example
White with #AAAEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAEC2; }
p { color: rgb(170,174,194); }
H1.HeaderClassName
{
color: #AAAEC2;
}
.AnyTagClassName
{
color: #AAAEC2;
}
</style>
background-color css
<style>
a { background-color: #AAAEC2; }
a { background-color: rgb(170,174,194); }
div.DivClassName
{
background-color: #AAAEC2;
}
.BgClassName
{
background-color: #AAAEC2;
}
</style>
border-color css
<style>
span { border-color: #AAAEC2; }
span { border-color: rgb(170,174,194); }
td.TdClassName
{
border-color: #AAAEC2;
}
.TagClassName
{
border-color: #AAAEC2;
}
</style>