Shades of Echo Blue #AAB0CF
Tints of Echo Blue #AAB0CF
RGB
CMYK
RGB Variations
Color information
#AAB0CF (or 0xAAB0CF) is known color: Echo Blue. HEX triplet: AA, B0 and CF. RGB value is (170,176,207). Sum of RGB (Red+Green+Blue) = 170+176+207=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 176 (69.14% from 255 or 31.83% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 207 - color contains mainly: blue. Hex color #AAB0CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB0CF is #554F30. Grayscale: #B1B1B1. Windows color (decimal): -5590833 or 13611178. OLE color: 13611178.
HSL color Cylindrical-coordinate representation of color #AAB0CF: hue angle of 230.27º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAB0CF is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 176 | 207 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.19 |
| HSL | 230.27º | 0.28% | 0.74% | - |
| HSV(B) | 230.27º | 0.18% | 0.81% | - |
| XYZ | 43.37 | 44.1 | 65.26 | - |
| YUV | 177.74 | 144.51 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 207 | 0.18 | 0.15 | 0 | 0.19 | 230.27 | 0.28 | 0.74 |
| Hex | AA | B0 | CF | 12 | F | 0 | 13 | E6 | 1C | 4A |
| Octal | 252 | 260 | 317 | 22 | 17 | 0 | 23 | 346 | 34 | 112 |
| Binary | 10101010 | 10110000 | 11001111 | 10010 | 1111 | 0 | 10011 | 11100110 | 11100 | 1001010 |
Color Harmonies of #AAB0CF
Complementary color
Monochromatic Colors of #AAB0CF
Black with #AAB0CF
Text Example
Text Example
White with #AAB0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB0CF; }
p { color: rgb(170,176,207); }
H1.HeaderClassName
{
color: #AAB0CF;
}
.AnyTagClassName
{
color: #AAB0CF;
}
</style>
background-color css
<style>
a { background-color: #AAB0CF; }
a { background-color: rgb(170,176,207); }
div.DivClassName
{
background-color: #AAB0CF;
}
.BgClassName
{
background-color: #AAB0CF;
}
</style>
border-color css
<style>
span { border-color: #AAB0CF; }
span { border-color: rgb(170,176,207); }
td.TdClassName
{
border-color: #AAB0CF;
}
.TagClassName
{
border-color: #AAB0CF;
}
</style>