Shades of Echo Blue #ABAFCD
Tints of Echo Blue #ABAFCD
RGB
CMYK
RGB Variations
Color information
#ABAFCD (or 0xABAFCD) is known color: Echo Blue. HEX triplet: AB, AF and CD. RGB value is (171,175,205). Sum of RGB (Red+Green+Blue) = 171+175+205=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 205 - color contains mainly: blue. Hex color #ABAFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAFCD is #545032. Grayscale: #B1B1B1. Windows color (decimal): -5525555 or 13479851. OLE color: 13479851.
HSL color Cylindrical-coordinate representation of color #ABAFCD: hue angle of 232.94º 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 #ABAFCD is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 175 | 205 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.20 |
| HSL | 232.94º | 0.25% | 0.74% | - |
| HSV(B) | 232.94º | 0.17% | 0.8% | - |
| XYZ | 43.14 | 43.73 | 63.92 | - |
| YUV | 177.22 | 143.67 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 205 | 0.17 | 0.15 | 0 | 0.20 | 232.94 | 0.25 | 0.74 |
| Hex | AB | AF | CD | 11 | F | 0 | 14 | E9 | 19 | 4A |
| Octal | 253 | 257 | 315 | 21 | 17 | 0 | 24 | 351 | 31 | 112 |
| Binary | 10101011 | 10101111 | 11001101 | 10001 | 1111 | 0 | 10100 | 11101001 | 11001 | 1001010 |
Color Harmonies of #ABAFCD
Complementary color
Monochromatic Colors of #ABAFCD
Black with #ABAFCD
Text Example
Text Example
White with #ABAFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAFCD; }
p { color: rgb(171,175,205); }
H1.HeaderClassName
{
color: #ABAFCD;
}
.AnyTagClassName
{
color: #ABAFCD;
}
</style>
background-color css
<style>
a { background-color: #ABAFCD; }
a { background-color: rgb(171,175,205); }
div.DivClassName
{
background-color: #ABAFCD;
}
.BgClassName
{
background-color: #ABAFCD;
}
</style>
border-color css
<style>
span { border-color: #ABAFCD; }
span { border-color: rgb(171,175,205); }
td.TdClassName
{
border-color: #ABAFCD;
}
.TagClassName
{
border-color: #ABAFCD;
}
</style>