Shades of Echo Blue #ABAECE
Tints of Echo Blue #ABAECE
RGB
CMYK
RGB Variations
Color information
#ABAECE (or 0xABAECE) is known color: Echo Blue. HEX triplet: AB, AE and CE. RGB value is (171,174,206). Sum of RGB (Red+Green+Blue) = 171+174+206=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 206 - color contains mainly: blue. Hex color #ABAECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAECE is #545131. Grayscale: #B0B0B0. Windows color (decimal): -5525810 or 13545131. OLE color: 13545131.
HSL color Cylindrical-coordinate representation of color #ABAECE: hue angle of 234.86º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABAECE is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 174 | 206 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.19 |
| HSL | 234.86º | 0.26% | 0.74% | - |
| HSV(B) | 234.86º | 0.17% | 0.81% | - |
| XYZ | 43.07 | 43.39 | 64.5 | - |
| YUV | 176.75 | 144.51 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 174 | 206 | 0.17 | 0.16 | 0 | 0.19 | 234.86 | 0.26 | 0.74 |
| Hex | AB | AE | CE | 11 | 10 | 0 | 13 | EB | 1A | 4A |
| Octal | 253 | 256 | 316 | 21 | 20 | 0 | 23 | 353 | 32 | 112 |
| Binary | 10101011 | 10101110 | 11001110 | 10001 | 10000 | 0 | 10011 | 11101011 | 11010 | 1001010 |
Color Harmonies of #ABAECE
Complementary color
Monochromatic Colors of #ABAECE
Black with #ABAECE
Text Example
Text Example
White with #ABAECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAECE; }
p { color: rgb(171,174,206); }
H1.HeaderClassName
{
color: #ABAECE;
}
.AnyTagClassName
{
color: #ABAECE;
}
</style>
background-color css
<style>
a { background-color: #ABAECE; }
a { background-color: rgb(171,174,206); }
div.DivClassName
{
background-color: #ABAECE;
}
.BgClassName
{
background-color: #ABAECE;
}
</style>
border-color css
<style>
span { border-color: #ABAECE; }
span { border-color: rgb(171,174,206); }
td.TdClassName
{
border-color: #ABAECE;
}
.TagClassName
{
border-color: #ABAECE;
}
</style>