Shades of Echo Blue #AAB7CE
Tints of Echo Blue #AAB7CE
RGB
CMYK
RGB Variations
Color information
#AAB7CE (or 0xAAB7CE) is known color: Echo Blue. HEX triplet: AA, B7 and CE. RGB value is (170,183,206). Sum of RGB (Red+Green+Blue) = 170+183+206=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 183 (71.88% from 255 or 32.74% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 206 - color contains mainly: blue. Hex color #AAB7CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB7CE is #554831. Grayscale: #B5B5B5. Windows color (decimal): -5589042 or 13547434. OLE color: 13547434.
HSL color Cylindrical-coordinate representation of color #AAB7CE: hue angle of 218.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAB7CE is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 183 | 206 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.19 |
| HSL | 218.33º | 0.27% | 0.74% | - |
| HSV(B) | 218.33º | 0.17% | 0.81% | - |
| XYZ | 44.65 | 46.87 | 65.09 | - |
| YUV | 181.74 | 141.69 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 206 | 0.17 | 0.11 | 0 | 0.19 | 218.33 | 0.27 | 0.74 |
| Hex | AA | B7 | CE | 11 | B | 0 | 13 | DA | 1B | 4A |
| Octal | 252 | 267 | 316 | 21 | 13 | 0 | 23 | 332 | 33 | 112 |
| Binary | 10101010 | 10110111 | 11001110 | 10001 | 1011 | 0 | 10011 | 11011010 | 11011 | 1001010 |
Color Harmonies of #AAB7CE
Complementary color
Monochromatic Colors of #AAB7CE
Black with #AAB7CE
Text Example
Text Example
White with #AAB7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB7CE; }
p { color: rgb(170,183,206); }
H1.HeaderClassName
{
color: #AAB7CE;
}
.AnyTagClassName
{
color: #AAB7CE;
}
</style>
background-color css
<style>
a { background-color: #AAB7CE; }
a { background-color: rgb(170,183,206); }
div.DivClassName
{
background-color: #AAB7CE;
}
.BgClassName
{
background-color: #AAB7CE;
}
</style>
border-color css
<style>
span { border-color: #AAB7CE; }
span { border-color: rgb(170,183,206); }
td.TdClassName
{
border-color: #AAB7CE;
}
.TagClassName
{
border-color: #AAB7CE;
}
</style>