Shades of Echo Blue #AAB3CE
Tints of Echo Blue #AAB3CE
RGB
CMYK
RGB Variations
Color information
#AAB3CE (or 0xAAB3CE) is known color: Echo Blue. HEX triplet: AA, B3 and CE. RGB value is (170,179,206). Sum of RGB (Red+Green+Blue) = 170+179+206=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 179 (70.31% from 255 or 32.25% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 206 - color contains mainly: blue. Hex color #AAB3CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB3CE is #554C31. Grayscale: #B3B3B3. Windows color (decimal): -5590066 or 13546410. OLE color: 13546410.
HSL color Cylindrical-coordinate representation of color #AAB3CE: hue angle of 225º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAB3CE is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 179 | 206 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.19 |
| HSL | 225º | 0.27% | 0.74% | - |
| HSV(B) | 225º | 0.17% | 0.81% | - |
| XYZ | 43.84 | 45.24 | 64.81 | - |
| YUV | 179.39 | 143.02 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 206 | 0.17 | 0.13 | 0 | 0.19 | 225 | 0.27 | 0.74 |
| Hex | AA | B3 | CE | 11 | D | 0 | 13 | E1 | 1B | 4A |
| Octal | 252 | 263 | 316 | 21 | 15 | 0 | 23 | 341 | 33 | 112 |
| Binary | 10101010 | 10110011 | 11001110 | 10001 | 1101 | 0 | 10011 | 11100001 | 11011 | 1001010 |
Color Harmonies of #AAB3CE
Complementary color
Monochromatic Colors of #AAB3CE
Black with #AAB3CE
Text Example
Text Example
White with #AAB3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB3CE; }
p { color: rgb(170,179,206); }
H1.HeaderClassName
{
color: #AAB3CE;
}
.AnyTagClassName
{
color: #AAB3CE;
}
</style>
background-color css
<style>
a { background-color: #AAB3CE; }
a { background-color: rgb(170,179,206); }
div.DivClassName
{
background-color: #AAB3CE;
}
.BgClassName
{
background-color: #AAB3CE;
}
</style>
border-color css
<style>
span { border-color: #AAB3CE; }
span { border-color: rgb(170,179,206); }
td.TdClassName
{
border-color: #AAB3CE;
}
.TagClassName
{
border-color: #AAB3CE;
}
</style>