Shades of Echo Blue #ABADBE
Tints of Echo Blue #ABADBE
RGB
CMYK
RGB Variations
Color information
#ABADBE (or 0xABADBE) is known color: Echo Blue. HEX triplet: AB, AD and BE. RGB value is (171,173,190). Sum of RGB (Red+Green+Blue) = 171+173+190=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 190 - color contains mainly: blue. Hex color #ABADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABADBE is #545241. Grayscale: #AEAEAE. Windows color (decimal): -5526082 or 12496299. OLE color: 12496299.
HSL color Cylindrical-coordinate representation of color #ABADBE: hue angle of 233.68º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABADBE is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 173 | 190 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.25 |
| HSL | 233.68º | 0.13% | 0.71% | - |
| HSV(B) | 233.68º | 0.1% | 0.75% | - |
| XYZ | 41.03 | 42.26 | 54.71 | - |
| YUV | 174.34 | 136.84 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 173 | 190 | 0.10 | 0.09 | 0 | 0.25 | 233.68 | 0.13 | 0.71 |
| Hex | AB | AD | BE | A | 9 | 0 | 19 | EA | D | 47 |
| Octal | 253 | 255 | 276 | 12 | 11 | 0 | 31 | 352 | 15 | 107 |
| Binary | 10101011 | 10101101 | 10111110 | 1010 | 1001 | 0 | 11001 | 11101010 | 1101 | 1000111 |
Color Harmonies of #ABADBE
Complementary color
Monochromatic Colors of #ABADBE
Black with #ABADBE
Text Example
Text Example
White with #ABADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABADBE; }
p { color: rgb(171,173,190); }
H1.HeaderClassName
{
color: #ABADBE;
}
.AnyTagClassName
{
color: #ABADBE;
}
</style>
background-color css
<style>
a { background-color: #ABADBE; }
a { background-color: rgb(171,173,190); }
div.DivClassName
{
background-color: #ABADBE;
}
.BgClassName
{
background-color: #ABADBE;
}
</style>
border-color css
<style>
span { border-color: #ABADBE; }
span { border-color: rgb(171,173,190); }
td.TdClassName
{
border-color: #ABADBE;
}
.TagClassName
{
border-color: #ABADBE;
}
</style>