Shades of Echo Blue #ABB0D8
Tints of Echo Blue #ABB0D8
RGB
CMYK
RGB Variations
Color information
#ABB0D8 (or 0xABB0D8) is known color: Echo Blue. HEX triplet: AB, B0 and D8. RGB value is (171,176,216). Sum of RGB (Red+Green+Blue) = 171+176+216=563 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.37% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 216 (84.77% from 255 or 38.37% from 563); Max value from RGB is 216 - color contains mainly: blue. Hex color #ABB0D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB0D8 is #544F27. Grayscale: #B2B2B2. Windows color (decimal): -5525288 or 14201003. OLE color: 14201003.
HSL color Cylindrical-coordinate representation of color #ABB0D8: hue angle of 233.33º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABB0D8 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 176 | 216 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.15 |
| HSL | 233.33º | 0.37% | 0.76% | - |
| HSV(B) | 233.33º | 0.21% | 0.85% | - |
| XYZ | 44.71 | 44.67 | 71.23 | - |
| YUV | 179.07 | 148.84 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 176 | 216 | 0.21 | 0.19 | 0 | 0.15 | 233.33 | 0.37 | 0.76 |
| Hex | AB | B0 | D8 | 15 | 13 | 0 | F | E9 | 25 | 4C |
| Octal | 253 | 260 | 330 | 25 | 23 | 0 | 17 | 351 | 45 | 114 |
| Binary | 10101011 | 10110000 | 11011000 | 10101 | 10011 | 0 | 1111 | 11101001 | 100101 | 1001100 |
Color Harmonies of #ABB0D8
Complementary color
Monochromatic Colors of #ABB0D8
Black with #ABB0D8
Text Example
Text Example
White with #ABB0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB0D8; }
p { color: rgb(171,176,216); }
H1.HeaderClassName
{
color: #ABB0D8;
}
.AnyTagClassName
{
color: #ABB0D8;
}
</style>
background-color css
<style>
a { background-color: #ABB0D8; }
a { background-color: rgb(171,176,216); }
div.DivClassName
{
background-color: #ABB0D8;
}
.BgClassName
{
background-color: #ABB0D8;
}
</style>
border-color css
<style>
span { border-color: #ABB0D8; }
span { border-color: rgb(171,176,216); }
td.TdClassName
{
border-color: #ABB0D8;
}
.TagClassName
{
border-color: #ABB0D8;
}
</style>