Shades of Echo Blue #ABAECC
Tints of Echo Blue #ABAECC
RGB
CMYK
RGB Variations
Color information
#ABAECC (or 0xABAECC) is known color: Echo Blue. HEX triplet: AB, AE and CC. RGB value is (171,174,204). Sum of RGB (Red+Green+Blue) = 171+174+204=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 204 - color contains mainly: blue. Hex color #ABAECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAECC is #545133. Grayscale: #B0B0B0. Windows color (decimal): -5525812 or 13414059. OLE color: 13414059.
HSL color Cylindrical-coordinate representation of color #ABAECC: hue angle of 234.55º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABAECC is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 174 | 204 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.2 |
| HSL | 234.55º | 0.24% | 0.74% | - |
| HSV(B) | 234.55º | 0.16% | 0.8% | - |
| XYZ | 42.83 | 43.29 | 63.23 | - |
| YUV | 176.52 | 143.51 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 174 | 204 | 0.16 | 0.15 | 0 | 0.2 | 234.55 | 0.24 | 0.74 |
| Hex | AB | AE | CC | 10 | F | 0 | 14 | EB | 18 | 4A |
| Octal | 253 | 256 | 314 | 20 | 17 | 0 | 24 | 353 | 30 | 112 |
| Binary | 10101011 | 10101110 | 11001100 | 10000 | 1111 | 0 | 10100 | 11101011 | 11000 | 1001010 |
Color Harmonies of #ABAECC
Complementary color
Monochromatic Colors of #ABAECC
Black with #ABAECC
Text Example
Text Example
White with #ABAECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAECC; }
p { color: rgb(171,174,204); }
H1.HeaderClassName
{
color: #ABAECC;
}
.AnyTagClassName
{
color: #ABAECC;
}
</style>
background-color css
<style>
a { background-color: #ABAECC; }
a { background-color: rgb(171,174,204); }
div.DivClassName
{
background-color: #ABAECC;
}
.BgClassName
{
background-color: #ABAECC;
}
</style>
border-color css
<style>
span { border-color: #ABAECC; }
span { border-color: rgb(171,174,204); }
td.TdClassName
{
border-color: #ABAECC;
}
.TagClassName
{
border-color: #ABAECC;
}
</style>