Shades of Echo Blue #AAB3C7
Tints of Echo Blue #AAB3C7
RGB
CMYK
RGB Variations
Color information
#AAB3C7 (or 0xAAB3C7) is known color: Echo Blue. HEX triplet: AA, B3 and C7. RGB value is (170,179,199). Sum of RGB (Red+Green+Blue) = 170+179+199=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 179 (70.31% from 255 or 32.66% from 548); Blue value is 199 (78.12% from 255 or 36.31% from 548); Max value from RGB is 199 - color contains mainly: blue. Hex color #AAB3C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB3C7 is #554C38. Grayscale: #B2B2B2. Windows color (decimal): -5590073 or 13087658. OLE color: 13087658.
HSL color Cylindrical-coordinate representation of color #AAB3C7: hue angle of 221.38º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAB3C7 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 179 | 199 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.22 |
| HSL | 221.38º | 0.21% | 0.72% | - |
| HSV(B) | 221.38º | 0.15% | 0.78% | - |
| XYZ | 43.01 | 44.91 | 60.43 | - |
| YUV | 178.59 | 139.52 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 199 | 0.15 | 0.10 | 0 | 0.22 | 221.38 | 0.21 | 0.72 |
| Hex | AA | B3 | C7 | F | A | 0 | 16 | DD | 15 | 48 |
| Octal | 252 | 263 | 307 | 17 | 12 | 0 | 26 | 335 | 25 | 110 |
| Binary | 10101010 | 10110011 | 11000111 | 1111 | 1010 | 0 | 10110 | 11011101 | 10101 | 1001000 |
Color Harmonies of #AAB3C7
Complementary color
Monochromatic Colors of #AAB3C7
Black with #AAB3C7
Text Example
Text Example
White with #AAB3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB3C7; }
p { color: rgb(170,179,199); }
H1.HeaderClassName
{
color: #AAB3C7;
}
.AnyTagClassName
{
color: #AAB3C7;
}
</style>
background-color css
<style>
a { background-color: #AAB3C7; }
a { background-color: rgb(170,179,199); }
div.DivClassName
{
background-color: #AAB3C7;
}
.BgClassName
{
background-color: #AAB3C7;
}
</style>
border-color css
<style>
span { border-color: #AAB3C7; }
span { border-color: rgb(170,179,199); }
td.TdClassName
{
border-color: #AAB3C7;
}
.TagClassName
{
border-color: #AAB3C7;
}
</style>