Shades of Echo Blue #ABAFD2
Tints of Echo Blue #ABAFD2
RGB
CMYK
RGB Variations
Color information
#ABAFD2 (or 0xABAFD2) is known color: Echo Blue. HEX triplet: AB, AF and D2. RGB value is (171,175,210). Sum of RGB (Red+Green+Blue) = 171+175+210=556 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.76% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 210 (82.42% from 255 or 37.77% from 556); Max value from RGB is 210 - color contains mainly: blue. Hex color #ABAFD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAFD2 is #54502D. Grayscale: #B1B1B1. Windows color (decimal): -5525550 or 13807531. OLE color: 13807531.
HSL color Cylindrical-coordinate representation of color #ABAFD2: hue angle of 233.85º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABAFD2 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 175 | 210 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.18 |
| HSL | 233.85º | 0.3% | 0.75% | - |
| HSV(B) | 233.85º | 0.19% | 0.82% | - |
| XYZ | 43.76 | 43.97 | 67.15 | - |
| YUV | 177.79 | 146.17 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 210 | 0.19 | 0.17 | 0 | 0.18 | 233.85 | 0.3 | 0.75 |
| Hex | AB | AF | D2 | 13 | 11 | 0 | 12 | EA | 1E | 4B |
| Octal | 253 | 257 | 322 | 23 | 21 | 0 | 22 | 352 | 36 | 113 |
| Binary | 10101011 | 10101111 | 11010010 | 10011 | 10001 | 0 | 10010 | 11101010 | 11110 | 1001011 |
Color Harmonies of #ABAFD2
Complementary color
Monochromatic Colors of #ABAFD2
Black with #ABAFD2
Text Example
Text Example
White with #ABAFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAFD2; }
p { color: rgb(171,175,210); }
H1.HeaderClassName
{
color: #ABAFD2;
}
.AnyTagClassName
{
color: #ABAFD2;
}
</style>
background-color css
<style>
a { background-color: #ABAFD2; }
a { background-color: rgb(171,175,210); }
div.DivClassName
{
background-color: #ABAFD2;
}
.BgClassName
{
background-color: #ABAFD2;
}
</style>
border-color css
<style>
span { border-color: #ABAFD2; }
span { border-color: rgb(171,175,210); }
td.TdClassName
{
border-color: #ABAFD2;
}
.TagClassName
{
border-color: #ABAFD2;
}
</style>