Shades of Echo Blue #AAB7D5
Tints of Echo Blue #AAB7D5
RGB
CMYK
RGB Variations
Color information
#AAB7D5 (or 0xAAB7D5) is known color: Echo Blue. HEX triplet: AA, B7 and D5. RGB value is (170,183,213). Sum of RGB (Red+Green+Blue) = 170+183+213=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 183 (71.88% from 255 or 32.33% from 566); Blue value is 213 (83.59% from 255 or 37.63% from 566); Max value from RGB is 213 - color contains mainly: blue. Hex color #AAB7D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB7D5 is #55482A. Grayscale: #B6B6B6. Windows color (decimal): -5589035 or 14006186. OLE color: 14006186.
HSL color Cylindrical-coordinate representation of color #AAB7D5: hue angle of 221.86º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAB7D5 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 183 | 213 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.16 |
| HSL | 221.86º | 0.34% | 0.75% | - |
| HSV(B) | 221.86º | 0.2% | 0.84% | - |
| XYZ | 45.52 | 47.22 | 69.67 | - |
| YUV | 182.53 | 145.19 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 213 | 0.20 | 0.14 | 0 | 0.16 | 221.86 | 0.34 | 0.75 |
| Hex | AA | B7 | D5 | 14 | E | 0 | 10 | DE | 22 | 4B |
| Octal | 252 | 267 | 325 | 24 | 16 | 0 | 20 | 336 | 42 | 113 |
| Binary | 10101010 | 10110111 | 11010101 | 10100 | 1110 | 0 | 10000 | 11011110 | 100010 | 1001011 |
Color Harmonies of #AAB7D5
Complementary color
Monochromatic Colors of #AAB7D5
Black with #AAB7D5
Text Example
Text Example
White with #AAB7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB7D5; }
p { color: rgb(170,183,213); }
H1.HeaderClassName
{
color: #AAB7D5;
}
.AnyTagClassName
{
color: #AAB7D5;
}
</style>
background-color css
<style>
a { background-color: #AAB7D5; }
a { background-color: rgb(170,183,213); }
div.DivClassName
{
background-color: #AAB7D5;
}
.BgClassName
{
background-color: #AAB7D5;
}
</style>
border-color css
<style>
span { border-color: #AAB7D5; }
span { border-color: rgb(170,183,213); }
td.TdClassName
{
border-color: #AAB7D5;
}
.TagClassName
{
border-color: #AAB7D5;
}
</style>