Shades of Echo Blue #AAB5D0
Tints of Echo Blue #AAB5D0
RGB
CMYK
RGB Variations
Color information
#AAB5D0 (or 0xAAB5D0) is known color: Echo Blue. HEX triplet: AA, B5 and D0. RGB value is (170,181,208). Sum of RGB (Red+Green+Blue) = 170+181+208=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 181 (71.09% from 255 or 32.38% from 559); Blue value is 208 (81.64% from 255 or 37.21% from 559); Max value from RGB is 208 - color contains mainly: blue. Hex color #AAB5D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB5D0 is #554A2F. Grayscale: #B4B4B4. Windows color (decimal): -5589552 or 13677994. OLE color: 13677994.
HSL color Cylindrical-coordinate representation of color #AAB5D0: hue angle of 222.63º 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 #AAB5D0 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 181 | 208 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.18 |
| HSL | 222.63º | 0.29% | 0.74% | - |
| HSV(B) | 222.63º | 0.18% | 0.82% | - |
| XYZ | 44.49 | 46.15 | 66.24 | - |
| YUV | 180.79 | 143.36 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 208 | 0.18 | 0.13 | 0 | 0.18 | 222.63 | 0.29 | 0.74 |
| Hex | AA | B5 | D0 | 12 | D | 0 | 12 | DF | 1D | 4A |
| Octal | 252 | 265 | 320 | 22 | 15 | 0 | 22 | 337 | 35 | 112 |
| Binary | 10101010 | 10110101 | 11010000 | 10010 | 1101 | 0 | 10010 | 11011111 | 11101 | 1001010 |
Color Harmonies of #AAB5D0
Complementary color
Monochromatic Colors of #AAB5D0
Black with #AAB5D0
Text Example
Text Example
White with #AAB5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB5D0; }
p { color: rgb(170,181,208); }
H1.HeaderClassName
{
color: #AAB5D0;
}
.AnyTagClassName
{
color: #AAB5D0;
}
</style>
background-color css
<style>
a { background-color: #AAB5D0; }
a { background-color: rgb(170,181,208); }
div.DivClassName
{
background-color: #AAB5D0;
}
.BgClassName
{
background-color: #AAB5D0;
}
</style>
border-color css
<style>
span { border-color: #AAB5D0; }
span { border-color: rgb(170,181,208); }
td.TdClassName
{
border-color: #AAB5D0;
}
.TagClassName
{
border-color: #AAB5D0;
}
</style>