Shades of Echo Blue #AAB0D7
Tints of Echo Blue #AAB0D7
RGB
CMYK
RGB Variations
Color information
#AAB0D7 (or 0xAAB0D7) is known color: Echo Blue. HEX triplet: AA, B0 and D7. RGB value is (170,176,215). Sum of RGB (Red+Green+Blue) = 170+176+215=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 176 (69.14% from 255 or 31.37% from 561); Blue value is 215 (84.38% from 255 or 38.32% from 561); Max value from RGB is 215 - color contains mainly: blue. Hex color #AAB0D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB0D7 is #554F28. Grayscale: #B2B2B2. Windows color (decimal): -5590825 or 14135466. OLE color: 14135466.
HSL color Cylindrical-coordinate representation of color #AAB0D7: hue angle of 232º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAB0D7 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 176 | 215 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.16 |
| HSL | 232º | 0.36% | 0.75% | - |
| HSV(B) | 232º | 0.21% | 0.84% | - |
| XYZ | 44.37 | 44.5 | 70.54 | - |
| YUV | 178.65 | 148.51 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 215 | 0.21 | 0.18 | 0 | 0.16 | 232 | 0.36 | 0.75 |
| Hex | AA | B0 | D7 | 15 | 12 | 0 | 10 | E8 | 24 | 4B |
| Octal | 252 | 260 | 327 | 25 | 22 | 0 | 20 | 350 | 44 | 113 |
| Binary | 10101010 | 10110000 | 11010111 | 10101 | 10010 | 0 | 10000 | 11101000 | 100100 | 1001011 |
Color Harmonies of #AAB0D7
Complementary color
Monochromatic Colors of #AAB0D7
Black with #AAB0D7
Text Example
Text Example
White with #AAB0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB0D7; }
p { color: rgb(170,176,215); }
H1.HeaderClassName
{
color: #AAB0D7;
}
.AnyTagClassName
{
color: #AAB0D7;
}
</style>
background-color css
<style>
a { background-color: #AAB0D7; }
a { background-color: rgb(170,176,215); }
div.DivClassName
{
background-color: #AAB0D7;
}
.BgClassName
{
background-color: #AAB0D7;
}
</style>
border-color css
<style>
span { border-color: #AAB0D7; }
span { border-color: rgb(170,176,215); }
td.TdClassName
{
border-color: #AAB0D7;
}
.TagClassName
{
border-color: #AAB0D7;
}
</style>