Shades of Echo Blue #AAB5C7
Tints of Echo Blue #AAB5C7
RGB
CMYK
RGB Variations
Color information
#AAB5C7 (or 0xAAB5C7) is known color: Echo Blue. HEX triplet: AA, B5 and C7. RGB value is (170,181,199). Sum of RGB (Red+Green+Blue) = 170+181+199=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 181 (71.09% from 255 or 32.91% from 550); Blue value is 199 (78.12% from 255 or 36.18% from 550); Max value from RGB is 199 - color contains mainly: blue. Hex color #AAB5C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB5C7 is #554A38. Grayscale: #B3B3B3. Windows color (decimal): -5589561 or 13088170. OLE color: 13088170.
HSL color Cylindrical-coordinate representation of color #AAB5C7: hue angle of 217.24º 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 #AAB5C7 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 170 | 181 | 199 | - |
CMYK | 0.15 | 0.09 | 0 | 0.22 |
HSL | 217.24º | 0.21% | 0.72% | - |
HSV(B) | 217.24º | 0.15% | 0.78% | - |
XYZ | 43.41 | 45.72 | 60.57 | - |
YUV | 179.76 | 138.86 | 121.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 181 | 199 | 0.15 | 0.09 | 0 | 0.22 | 217.24 | 0.21 | 0.72 |
Hex | AA | B5 | C7 | F | 9 | 0 | 16 | D9 | 15 | 48 |
Octal | 252 | 265 | 307 | 17 | 11 | 0 | 26 | 331 | 25 | 110 |
Binary | 10101010 | 10110101 | 11000111 | 1111 | 1001 | 0 | 10110 | 11011001 | 10101 | 1001000 |
Color Harmonies of #AAB5C7
Complementary color
Monochromatic Colors of #AAB5C7
Black with #AAB5C7
Text Example
Text Example
White with #AAB5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB5C7; }
p { color: rgb(170,181,199); }
H1.HeaderClassName
{
color: #AAB5C7;
}
.AnyTagClassName
{
color: #AAB5C7;
}
</style>
background-color css
<style>
a { background-color: #AAB5C7; }
a { background-color: rgb(170,181,199); }
div.DivClassName
{
background-color: #AAB5C7;
}
.BgClassName
{
background-color: #AAB5C7;
}
</style>
border-color css
<style>
span { border-color: #AAB5C7; }
span { border-color: rgb(170,181,199); }
td.TdClassName
{
border-color: #AAB5C7;
}
.TagClassName
{
border-color: #AAB5C7;
}
</style>