Shades of Echo Blue #AAB1CA
Tints of Echo Blue #AAB1CA
RGB
CMYK
RGB Variations
Color information
#AAB1CA (or 0xAAB1CA) is known color: Echo Blue. HEX triplet: AA, B1 and CA. RGB value is (170,177,202). Sum of RGB (Red+Green+Blue) = 170+177+202=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 177 (69.53% from 255 or 32.24% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 202 - color contains mainly: blue. Hex color #AAB1CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB1CA is #554E35. Grayscale: #B1B1B1. Windows color (decimal): -5590582 or 13283754. OLE color: 13283754.
HSL color Cylindrical-coordinate representation of color #AAB1CA: hue angle of 226.88º 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 #AAB1CA is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 177 | 202 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.21 |
| HSL | 226.88º | 0.23% | 0.73% | - |
| HSV(B) | 226.88º | 0.16% | 0.79% | - |
| XYZ | 42.96 | 44.25 | 62.15 | - |
| YUV | 177.76 | 141.68 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 177 | 202 | 0.16 | 0.12 | 0 | 0.21 | 226.88 | 0.23 | 0.73 |
| Hex | AA | B1 | CA | 10 | C | 0 | 15 | E3 | 17 | 49 |
| Octal | 252 | 261 | 312 | 20 | 14 | 0 | 25 | 343 | 27 | 111 |
| Binary | 10101010 | 10110001 | 11001010 | 10000 | 1100 | 0 | 10101 | 11100011 | 10111 | 1001001 |
Color Harmonies of #AAB1CA
Complementary color
Monochromatic Colors of #AAB1CA
Black with #AAB1CA
Text Example
Text Example
White with #AAB1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB1CA; }
p { color: rgb(170,177,202); }
H1.HeaderClassName
{
color: #AAB1CA;
}
.AnyTagClassName
{
color: #AAB1CA;
}
</style>
background-color css
<style>
a { background-color: #AAB1CA; }
a { background-color: rgb(170,177,202); }
div.DivClassName
{
background-color: #AAB1CA;
}
.BgClassName
{
background-color: #AAB1CA;
}
</style>
border-color css
<style>
span { border-color: #AAB1CA; }
span { border-color: rgb(170,177,202); }
td.TdClassName
{
border-color: #AAB1CA;
}
.TagClassName
{
border-color: #AAB1CA;
}
</style>