Shades of Echo Blue #AAAECB
Tints of Echo Blue #AAAECB
RGB
CMYK
RGB Variations
Color information
#AAAECB (or 0xAAAECB) is known color: Echo Blue. HEX triplet: AA, AE and CB. RGB value is (170,174,203). Sum of RGB (Red+Green+Blue) = 170+174+203=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 203 - color contains mainly: blue. Hex color #AAAECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAECB is #555134. Grayscale: #AFAFAF. Windows color (decimal): -5591349 or 13348522. OLE color: 13348522.
HSL color Cylindrical-coordinate representation of color #AAAECB: hue angle of 232.73º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAAECB is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 174 | 203 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.20 |
| HSL | 232.73º | 0.24% | 0.73% | - |
| HSV(B) | 232.73º | 0.16% | 0.8% | - |
| XYZ | 42.49 | 43.13 | 62.59 | - |
| YUV | 176.11 | 143.17 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 174 | 203 | 0.16 | 0.14 | 0 | 0.20 | 232.73 | 0.24 | 0.73 |
| Hex | AA | AE | CB | 10 | E | 0 | 14 | E9 | 18 | 49 |
| Octal | 252 | 256 | 313 | 20 | 16 | 0 | 24 | 351 | 30 | 111 |
| Binary | 10101010 | 10101110 | 11001011 | 10000 | 1110 | 0 | 10100 | 11101001 | 11000 | 1001001 |
Color Harmonies of #AAAECB
Complementary color
Monochromatic Colors of #AAAECB
Black with #AAAECB
Text Example
Text Example
White with #AAAECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAECB; }
p { color: rgb(170,174,203); }
H1.HeaderClassName
{
color: #AAAECB;
}
.AnyTagClassName
{
color: #AAAECB;
}
</style>
background-color css
<style>
a { background-color: #AAAECB; }
a { background-color: rgb(170,174,203); }
div.DivClassName
{
background-color: #AAAECB;
}
.BgClassName
{
background-color: #AAAECB;
}
</style>
border-color css
<style>
span { border-color: #AAAECB; }
span { border-color: rgb(170,174,203); }
td.TdClassName
{
border-color: #AAAECB;
}
.TagClassName
{
border-color: #AAAECB;
}
</style>