Shades of Echo Blue #ABAECD
Tints of Echo Blue #ABAECD
RGB
CMYK
RGB Variations
Color information
#ABAECD (or 0xABAECD) is known color: Echo Blue. HEX triplet: AB, AE and CD. RGB value is (171,174,205). Sum of RGB (Red+Green+Blue) = 171+174+205=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 205 - color contains mainly: blue. Hex color #ABAECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAECD is #545132. Grayscale: #B0B0B0. Windows color (decimal): -5525811 or 13479595. OLE color: 13479595.
HSL color Cylindrical-coordinate representation of color #ABAECD: hue angle of 234.71º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABAECD is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 174 | 205 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.20 |
| HSL | 234.71º | 0.25% | 0.74% | - |
| HSV(B) | 234.71º | 0.17% | 0.8% | - |
| XYZ | 42.95 | 43.34 | 63.86 | - |
| YUV | 176.64 | 144.01 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 174 | 205 | 0.17 | 0.15 | 0 | 0.20 | 234.71 | 0.25 | 0.74 |
| Hex | AB | AE | CD | 11 | F | 0 | 14 | EB | 19 | 4A |
| Octal | 253 | 256 | 315 | 21 | 17 | 0 | 24 | 353 | 31 | 112 |
| Binary | 10101011 | 10101110 | 11001101 | 10001 | 1111 | 0 | 10100 | 11101011 | 11001 | 1001010 |
Color Harmonies of #ABAECD
Complementary color
Monochromatic Colors of #ABAECD
Black with #ABAECD
Text Example
Text Example
White with #ABAECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAECD; }
p { color: rgb(171,174,205); }
H1.HeaderClassName
{
color: #ABAECD;
}
.AnyTagClassName
{
color: #ABAECD;
}
</style>
background-color css
<style>
a { background-color: #ABAECD; }
a { background-color: rgb(171,174,205); }
div.DivClassName
{
background-color: #ABAECD;
}
.BgClassName
{
background-color: #ABAECD;
}
</style>
border-color css
<style>
span { border-color: #ABAECD; }
span { border-color: rgb(171,174,205); }
td.TdClassName
{
border-color: #ABAECD;
}
.TagClassName
{
border-color: #ABAECD;
}
</style>