Shades of Echo Blue #AAB7D3
Tints of Echo Blue #AAB7D3
RGB
CMYK
RGB Variations
Color information
#AAB7D3 (or 0xAAB7D3) is known color: Echo Blue. HEX triplet: AA, B7 and D3. RGB value is (170,183,211). Sum of RGB (Red+Green+Blue) = 170+183+211=564 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.14% from 564); Green value is 183 (71.88% from 255 or 32.45% from 564); Blue value is 211 (82.81% from 255 or 37.41% from 564); Max value from RGB is 211 - color contains mainly: blue. Hex color #AAB7D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB7D3 is #55482C. Grayscale: #B6B6B6. Windows color (decimal): -5589037 or 13875114. OLE color: 13875114.
HSL color Cylindrical-coordinate representation of color #AAB7D3: hue angle of 220.98º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAB7D3 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 183 | 211 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.17 |
| HSL | 220.98º | 0.32% | 0.75% | - |
| HSV(B) | 220.98º | 0.19% | 0.83% | - |
| XYZ | 45.27 | 47.12 | 68.34 | - |
| YUV | 182.31 | 144.19 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 211 | 0.19 | 0.13 | 0 | 0.17 | 220.98 | 0.32 | 0.75 |
| Hex | AA | B7 | D3 | 13 | D | 0 | 11 | DD | 20 | 4B |
| Octal | 252 | 267 | 323 | 23 | 15 | 0 | 21 | 335 | 40 | 113 |
| Binary | 10101010 | 10110111 | 11010011 | 10011 | 1101 | 0 | 10001 | 11011101 | 100000 | 1001011 |
Color Harmonies of #AAB7D3
Complementary color
Monochromatic Colors of #AAB7D3
Black with #AAB7D3
Text Example
Text Example
White with #AAB7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB7D3; }
p { color: rgb(170,183,211); }
H1.HeaderClassName
{
color: #AAB7D3;
}
.AnyTagClassName
{
color: #AAB7D3;
}
</style>
background-color css
<style>
a { background-color: #AAB7D3; }
a { background-color: rgb(170,183,211); }
div.DivClassName
{
background-color: #AAB7D3;
}
.BgClassName
{
background-color: #AAB7D3;
}
</style>
border-color css
<style>
span { border-color: #AAB7D3; }
span { border-color: rgb(170,183,211); }
td.TdClassName
{
border-color: #AAB7D3;
}
.TagClassName
{
border-color: #AAB7D3;
}
</style>