Shades of Echo Blue #AAB6CC
Tints of Echo Blue #AAB6CC
RGB
CMYK
RGB Variations
Color information
#AAB6CC (or 0xAAB6CC) is known color: Echo Blue. HEX triplet: AA, B6 and CC. RGB value is (170,182,204). Sum of RGB (Red+Green+Blue) = 170+182+204=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 182 (71.48% from 255 or 32.73% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 204 - color contains mainly: blue. Hex color #AAB6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB6CC is #554933. Grayscale: #B4B4B4. Windows color (decimal): -5589300 or 13416106. OLE color: 13416106.
HSL color Cylindrical-coordinate representation of color #AAB6CC: hue angle of 218.82º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAB6CC is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 170 | 182 | 204 | - |
CMYK | 0.17 | 0.11 | 0 | 0.2 |
HSL | 218.82º | 0.25% | 0.73% | - |
HSV(B) | 218.82º | 0.17% | 0.8% | - |
XYZ | 44.2 | 46.36 | 63.75 | - |
YUV | 180.92 | 141.02 | 120.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 182 | 204 | 0.17 | 0.11 | 0 | 0.2 | 218.82 | 0.25 | 0.73 |
Hex | AA | B6 | CC | 11 | B | 0 | 14 | DB | 19 | 49 |
Octal | 252 | 266 | 314 | 21 | 13 | 0 | 24 | 333 | 31 | 111 |
Binary | 10101010 | 10110110 | 11001100 | 10001 | 1011 | 0 | 10100 | 11011011 | 11001 | 1001001 |
Color Harmonies of #AAB6CC
Complementary color
Monochromatic Colors of #AAB6CC
Black with #AAB6CC
Text Example
Text Example
White with #AAB6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB6CC; }
p { color: rgb(170,182,204); }
H1.HeaderClassName
{
color: #AAB6CC;
}
.AnyTagClassName
{
color: #AAB6CC;
}
</style>
background-color css
<style>
a { background-color: #AAB6CC; }
a { background-color: rgb(170,182,204); }
div.DivClassName
{
background-color: #AAB6CC;
}
.BgClassName
{
background-color: #AAB6CC;
}
</style>
border-color css
<style>
span { border-color: #AAB6CC; }
span { border-color: rgb(170,182,204); }
td.TdClassName
{
border-color: #AAB6CC;
}
.TagClassName
{
border-color: #AAB6CC;
}
</style>