Shades of Echo Blue #AAB2CA
Tints of Echo Blue #AAB2CA
RGB
CMYK
RGB Variations
Color information
#AAB2CA (or 0xAAB2CA) is known color: Echo Blue. HEX triplet: AA, B2 and CA. RGB value is (170,178,202). Sum of RGB (Red+Green+Blue) = 170+178+202=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 178 (69.92% from 255 or 32.36% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 202 - color contains mainly: blue. Hex color #AAB2CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB2CA is #554D35. Grayscale: #B2B2B2. Windows color (decimal): -5590326 or 13284010. OLE color: 13284010.
HSL color Cylindrical-coordinate representation of color #AAB2CA: hue angle of 225º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAB2CA is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 178 | 202 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.21 |
| HSL | 225º | 0.23% | 0.73% | - |
| HSV(B) | 225º | 0.16% | 0.79% | - |
| XYZ | 43.16 | 44.65 | 62.22 | - |
| YUV | 178.34 | 141.35 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 202 | 0.16 | 0.12 | 0 | 0.21 | 225 | 0.23 | 0.73 |
| Hex | AA | B2 | CA | 10 | C | 0 | 15 | E1 | 17 | 49 |
| Octal | 252 | 262 | 312 | 20 | 14 | 0 | 25 | 341 | 27 | 111 |
| Binary | 10101010 | 10110010 | 11001010 | 10000 | 1100 | 0 | 10101 | 11100001 | 10111 | 1001001 |
Color Harmonies of #AAB2CA
Complementary color
Monochromatic Colors of #AAB2CA
Black with #AAB2CA
Text Example
Text Example
White with #AAB2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB2CA; }
p { color: rgb(170,178,202); }
H1.HeaderClassName
{
color: #AAB2CA;
}
.AnyTagClassName
{
color: #AAB2CA;
}
</style>
background-color css
<style>
a { background-color: #AAB2CA; }
a { background-color: rgb(170,178,202); }
div.DivClassName
{
background-color: #AAB2CA;
}
.BgClassName
{
background-color: #AAB2CA;
}
</style>
border-color css
<style>
span { border-color: #AAB2CA; }
span { border-color: rgb(170,178,202); }
td.TdClassName
{
border-color: #AAB2CA;
}
.TagClassName
{
border-color: #AAB2CA;
}
</style>