Shades of Echo Blue #AAB0BF
Tints of Echo Blue #AAB0BF
RGB
CMYK
RGB Variations
Color information
#AAB0BF (or 0xAAB0BF) is known color: Echo Blue. HEX triplet: AA, B0 and BF. RGB value is (170,176,191). Sum of RGB (Red+Green+Blue) = 170+176+191=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 176 (69.14% from 255 or 32.77% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 191 - color contains mainly: blue. Hex color #AAB0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB0BF is #554F40. Grayscale: #AFAFAF. Windows color (decimal): -5590849 or 12562602. OLE color: 12562602.
HSL color Cylindrical-coordinate representation of color #AAB0BF: hue angle of 222.86º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAB0BF is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 176 | 191 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.25 |
| HSL | 222.86º | 0.14% | 0.71% | - |
| HSV(B) | 222.86º | 0.11% | 0.75% | - |
| XYZ | 41.51 | 43.36 | 55.47 | - |
| YUV | 175.92 | 136.51 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 191 | 0.11 | 0.08 | 0 | 0.25 | 222.86 | 0.14 | 0.71 |
| Hex | AA | B0 | BF | B | 8 | 0 | 19 | DF | E | 47 |
| Octal | 252 | 260 | 277 | 13 | 10 | 0 | 31 | 337 | 16 | 107 |
| Binary | 10101010 | 10110000 | 10111111 | 1011 | 1000 | 0 | 11001 | 11011111 | 1110 | 1000111 |
Color Harmonies of #AAB0BF
Complementary color
Monochromatic Colors of #AAB0BF
Black with #AAB0BF
Text Example
Text Example
White with #AAB0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB0BF; }
p { color: rgb(170,176,191); }
H1.HeaderClassName
{
color: #AAB0BF;
}
.AnyTagClassName
{
color: #AAB0BF;
}
</style>
background-color css
<style>
a { background-color: #AAB0BF; }
a { background-color: rgb(170,176,191); }
div.DivClassName
{
background-color: #AAB0BF;
}
.BgClassName
{
background-color: #AAB0BF;
}
</style>
border-color css
<style>
span { border-color: #AAB0BF; }
span { border-color: rgb(170,176,191); }
td.TdClassName
{
border-color: #AAB0BF;
}
.TagClassName
{
border-color: #AAB0BF;
}
</style>