Shades of Echo Blue #AAB7D1
Tints of Echo Blue #AAB7D1
RGB
CMYK
RGB Variations
Color information
#AAB7D1 (or 0xAAB7D1) is known color: Echo Blue. HEX triplet: AA, B7 and D1. RGB value is (170,183,209). Sum of RGB (Red+Green+Blue) = 170+183+209=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 183 (71.88% from 255 or 32.56% from 562); Blue value is 209 (82.03% from 255 or 37.19% from 562); Max value from RGB is 209 - color contains mainly: blue. Hex color #AAB7D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB7D1 is #55482E. Grayscale: #B5B5B5. Windows color (decimal): -5589039 or 13744042. OLE color: 13744042.
HSL color Cylindrical-coordinate representation of color #AAB7D1: hue angle of 220º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAB7D1 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 183 | 209 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.18 |
| HSL | 220º | 0.3% | 0.74% | - |
| HSV(B) | 220º | 0.19% | 0.82% | - |
| XYZ | 45.02 | 47.02 | 67.02 | - |
| YUV | 182.08 | 143.19 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 209 | 0.19 | 0.12 | 0 | 0.18 | 220 | 0.3 | 0.74 |
| Hex | AA | B7 | D1 | 13 | C | 0 | 12 | DC | 1E | 4A |
| Octal | 252 | 267 | 321 | 23 | 14 | 0 | 22 | 334 | 36 | 112 |
| Binary | 10101010 | 10110111 | 11010001 | 10011 | 1100 | 0 | 10010 | 11011100 | 11110 | 1001010 |
Color Harmonies of #AAB7D1
Complementary color
Monochromatic Colors of #AAB7D1
Black with #AAB7D1
Text Example
Text Example
White with #AAB7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB7D1; }
p { color: rgb(170,183,209); }
H1.HeaderClassName
{
color: #AAB7D1;
}
.AnyTagClassName
{
color: #AAB7D1;
}
</style>
background-color css
<style>
a { background-color: #AAB7D1; }
a { background-color: rgb(170,183,209); }
div.DivClassName
{
background-color: #AAB7D1;
}
.BgClassName
{
background-color: #AAB7D1;
}
</style>
border-color css
<style>
span { border-color: #AAB7D1; }
span { border-color: rgb(170,183,209); }
td.TdClassName
{
border-color: #AAB7D1;
}
.TagClassName
{
border-color: #AAB7D1;
}
</style>