Shades of Echo Blue #AAB0CA
Tints of Echo Blue #AAB0CA
RGB
CMYK
RGB Variations
Color information
#AAB0CA (or 0xAAB0CA) is known color: Echo Blue. HEX triplet: AA, B0 and CA. RGB value is (170,176,202). Sum of RGB (Red+Green+Blue) = 170+176+202=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 176 (69.14% from 255 or 32.12% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 202 - color contains mainly: blue. Hex color #AAB0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB0CA is #554F35. Grayscale: #B1B1B1. Windows color (decimal): -5590838 or 13283498. OLE color: 13283498.
HSL color Cylindrical-coordinate representation of color #AAB0CA: hue angle of 228.75º 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 #AAB0CA is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 176 | 202 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.21 |
| HSL | 228.75º | 0.23% | 0.73% | - |
| HSV(B) | 228.75º | 0.16% | 0.79% | - |
| XYZ | 42.76 | 43.86 | 62.09 | - |
| YUV | 177.17 | 142.01 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 202 | 0.16 | 0.13 | 0 | 0.21 | 228.75 | 0.23 | 0.73 |
| Hex | AA | B0 | CA | 10 | D | 0 | 15 | E5 | 17 | 49 |
| Octal | 252 | 260 | 312 | 20 | 15 | 0 | 25 | 345 | 27 | 111 |
| Binary | 10101010 | 10110000 | 11001010 | 10000 | 1101 | 0 | 10101 | 11100101 | 10111 | 1001001 |
Color Harmonies of #AAB0CA
Complementary color
Monochromatic Colors of #AAB0CA
Black with #AAB0CA
Text Example
Text Example
White with #AAB0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB0CA; }
p { color: rgb(170,176,202); }
H1.HeaderClassName
{
color: #AAB0CA;
}
.AnyTagClassName
{
color: #AAB0CA;
}
</style>
background-color css
<style>
a { background-color: #AAB0CA; }
a { background-color: rgb(170,176,202); }
div.DivClassName
{
background-color: #AAB0CA;
}
.BgClassName
{
background-color: #AAB0CA;
}
</style>
border-color css
<style>
span { border-color: #AAB0CA; }
span { border-color: rgb(170,176,202); }
td.TdClassName
{
border-color: #AAB0CA;
}
.TagClassName
{
border-color: #AAB0CA;
}
</style>