Shades of Echo Blue #AAB5CC
Tints of Echo Blue #AAB5CC
RGB
CMYK
RGB Variations
Color information
#AAB5CC (or 0xAAB5CC) is known color: Echo Blue. HEX triplet: AA, B5 and CC. RGB value is (170,181,204). Sum of RGB (Red+Green+Blue) = 170+181+204=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 181 (71.09% from 255 or 32.61% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 204 - color contains mainly: blue. Hex color #AAB5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB5CC is #554A33. Grayscale: #B4B4B4. Windows color (decimal): -5589556 or 13415850. OLE color: 13415850.
HSL color Cylindrical-coordinate representation of color #AAB5CC: hue angle of 220.59º 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 #AAB5CC is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 170 | 181 | 204 | - |
CMYK | 0.17 | 0.11 | 0 | 0.2 |
HSL | 220.59º | 0.25% | 0.73% | - |
HSV(B) | 220.59º | 0.17% | 0.8% | - |
XYZ | 44 | 45.95 | 63.68 | - |
YUV | 180.33 | 141.36 | 120.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 181 | 204 | 0.17 | 0.11 | 0 | 0.2 | 220.59 | 0.25 | 0.73 |
Hex | AA | B5 | CC | 11 | B | 0 | 14 | DD | 19 | 49 |
Octal | 252 | 265 | 314 | 21 | 13 | 0 | 24 | 335 | 31 | 111 |
Binary | 10101010 | 10110101 | 11001100 | 10001 | 1011 | 0 | 10100 | 11011101 | 11001 | 1001001 |
Color Harmonies of #AAB5CC
Complementary color
Monochromatic Colors of #AAB5CC
Black with #AAB5CC
Text Example
Text Example
White with #AAB5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB5CC; }
p { color: rgb(170,181,204); }
H1.HeaderClassName
{
color: #AAB5CC;
}
.AnyTagClassName
{
color: #AAB5CC;
}
</style>
background-color css
<style>
a { background-color: #AAB5CC; }
a { background-color: rgb(170,181,204); }
div.DivClassName
{
background-color: #AAB5CC;
}
.BgClassName
{
background-color: #AAB5CC;
}
</style>
border-color css
<style>
span { border-color: #AAB5CC; }
span { border-color: rgb(170,181,204); }
td.TdClassName
{
border-color: #AAB5CC;
}
.TagClassName
{
border-color: #AAB5CC;
}
</style>