Shades of Echo Blue #ABAFD5
Tints of Echo Blue #ABAFD5
RGB
CMYK
RGB Variations
Color information
#ABAFD5 (or 0xABAFD5) is known color: Echo Blue. HEX triplet: AB, AF and D5. RGB value is (171,175,213). Sum of RGB (Red+Green+Blue) = 171+175+213=559 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.59% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 213 (83.59% from 255 or 38.10% from 559); Max value from RGB is 213 - color contains mainly: blue. Hex color #ABAFD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAFD5 is #54502A. Grayscale: #B1B1B1. Windows color (decimal): -5525547 or 14004139. OLE color: 14004139.
HSL color Cylindrical-coordinate representation of color #ABAFD5: hue angle of 234.29º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABAFD5 is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 175 | 213 | - |
| CMYK | 0.20 | 0.18 | 0 | 0.16 |
| HSL | 234.29º | 0.33% | 0.75% | - |
| HSV(B) | 234.29º | 0.2% | 0.84% | - |
| XYZ | 44.13 | 44.12 | 69.14 | - |
| YUV | 178.14 | 147.67 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 213 | 0.20 | 0.18 | 0 | 0.16 | 234.29 | 0.33 | 0.75 |
| Hex | AB | AF | D5 | 14 | 12 | 0 | 10 | EA | 21 | 4B |
| Octal | 253 | 257 | 325 | 24 | 22 | 0 | 20 | 352 | 41 | 113 |
| Binary | 10101011 | 10101111 | 11010101 | 10100 | 10010 | 0 | 10000 | 11101010 | 100001 | 1001011 |
Color Harmonies of #ABAFD5
Complementary color
Monochromatic Colors of #ABAFD5
Black with #ABAFD5
Text Example
Text Example
White with #ABAFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAFD5; }
p { color: rgb(171,175,213); }
H1.HeaderClassName
{
color: #ABAFD5;
}
.AnyTagClassName
{
color: #ABAFD5;
}
</style>
background-color css
<style>
a { background-color: #ABAFD5; }
a { background-color: rgb(171,175,213); }
div.DivClassName
{
background-color: #ABAFD5;
}
.BgClassName
{
background-color: #ABAFD5;
}
</style>
border-color css
<style>
span { border-color: #ABAFD5; }
span { border-color: rgb(171,175,213); }
td.TdClassName
{
border-color: #ABAFD5;
}
.TagClassName
{
border-color: #ABAFD5;
}
</style>