Shades of Echo Blue #AAB0D0
Tints of Echo Blue #AAB0D0
RGB
CMYK
RGB Variations
Color information
#AAB0D0 (or 0xAAB0D0) is known color: Echo Blue. HEX triplet: AA, B0 and D0. RGB value is (170,176,208). Sum of RGB (Red+Green+Blue) = 170+176+208=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 208 - color contains mainly: blue. Hex color #AAB0D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB0D0 is #554F2F. Grayscale: #B1B1B1. Windows color (decimal): -5590832 or 13676714. OLE color: 13676714.
HSL color Cylindrical-coordinate representation of color #AAB0D0: hue angle of 230.53º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAB0D0 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 176 | 208 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.18 |
| HSL | 230.53º | 0.29% | 0.74% | - |
| HSV(B) | 230.53º | 0.18% | 0.82% | - |
| XYZ | 43.49 | 44.15 | 65.9 | - |
| YUV | 177.85 | 145.01 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 208 | 0.18 | 0.15 | 0 | 0.18 | 230.53 | 0.29 | 0.74 |
| Hex | AA | B0 | D0 | 12 | F | 0 | 12 | E7 | 1D | 4A |
| Octal | 252 | 260 | 320 | 22 | 17 | 0 | 22 | 347 | 35 | 112 |
| Binary | 10101010 | 10110000 | 11010000 | 10010 | 1111 | 0 | 10010 | 11100111 | 11101 | 1001010 |
Color Harmonies of #AAB0D0
Complementary color
Monochromatic Colors of #AAB0D0
Black with #AAB0D0
Text Example
Text Example
White with #AAB0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB0D0; }
p { color: rgb(170,176,208); }
H1.HeaderClassName
{
color: #AAB0D0;
}
.AnyTagClassName
{
color: #AAB0D0;
}
</style>
background-color css
<style>
a { background-color: #AAB0D0; }
a { background-color: rgb(170,176,208); }
div.DivClassName
{
background-color: #AAB0D0;
}
.BgClassName
{
background-color: #AAB0D0;
}
</style>
border-color css
<style>
span { border-color: #AAB0D0; }
span { border-color: rgb(170,176,208); }
td.TdClassName
{
border-color: #AAB0D0;
}
.TagClassName
{
border-color: #AAB0D0;
}
</style>