Shades of Echo Blue #AAB6C5
Tints of Echo Blue #AAB6C5
RGB
CMYK
RGB Variations
Color information
#AAB6C5 (or 0xAAB6C5) is known color: Echo Blue. HEX triplet: AA, B6 and C5. RGB value is (170,182,197). Sum of RGB (Red+Green+Blue) = 170+182+197=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 182 (71.48% from 255 or 33.15% from 549); Blue value is 197 (77.34% from 255 or 35.88% from 549); Max value from RGB is 197 - color contains mainly: blue. Hex color #AAB6C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB6C5 is #55493A. Grayscale: #B4B4B4. Windows color (decimal): -5589307 or 12957354. OLE color: 12957354.
HSL color Cylindrical-coordinate representation of color #AAB6C5: hue angle of 213.33º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAB6C5 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 170 | 182 | 197 | - |
CMYK | 0.14 | 0.08 | 0 | 0.23 |
HSL | 213.33º | 0.19% | 0.72% | - |
HSV(B) | 213.33º | 0.14% | 0.77% | - |
XYZ | 43.38 | 46.03 | 59.42 | - |
YUV | 180.12 | 137.52 | 120.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 182 | 197 | 0.14 | 0.08 | 0 | 0.23 | 213.33 | 0.19 | 0.72 |
Hex | AA | B6 | C5 | E | 8 | 0 | 17 | D5 | 13 | 48 |
Octal | 252 | 266 | 305 | 16 | 10 | 0 | 27 | 325 | 23 | 110 |
Binary | 10101010 | 10110110 | 11000101 | 1110 | 1000 | 0 | 10111 | 11010101 | 10011 | 1001000 |
Color Harmonies of #AAB6C5
Complementary color
Monochromatic Colors of #AAB6C5
Black with #AAB6C5
Text Example
Text Example
White with #AAB6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB6C5; }
p { color: rgb(170,182,197); }
H1.HeaderClassName
{
color: #AAB6C5;
}
.AnyTagClassName
{
color: #AAB6C5;
}
</style>
background-color css
<style>
a { background-color: #AAB6C5; }
a { background-color: rgb(170,182,197); }
div.DivClassName
{
background-color: #AAB6C5;
}
.BgClassName
{
background-color: #AAB6C5;
}
</style>
border-color css
<style>
span { border-color: #AAB6C5; }
span { border-color: rgb(170,182,197); }
td.TdClassName
{
border-color: #AAB6C5;
}
.TagClassName
{
border-color: #AAB6C5;
}
</style>