Shades of Echo Blue #ABB9D0
Tints of Echo Blue #ABB9D0
RGB
CMYK
RGB Variations
Color information
#ABB9D0 (or 0xABB9D0) is known color: Echo Blue. HEX triplet: AB, B9 and D0. RGB value is (171,185,208). Sum of RGB (Red+Green+Blue) = 171+185+208=564 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.32% from 564); Green value is 185 (72.66% from 255 or 32.80% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 208 - color contains mainly: blue. Hex color #ABB9D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB9D0 is #54462F. Grayscale: #B7B7B7. Windows color (decimal): -5522992 or 13679019. OLE color: 13679019.
HSL color Cylindrical-coordinate representation of color #ABB9D0: hue angle of 217.3º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABB9D0 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 185 | 208 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.18 |
| HSL | 217.3º | 0.28% | 0.74% | - |
| HSV(B) | 217.3º | 0.18% | 0.82% | - |
| XYZ | 45.53 | 47.91 | 66.52 | - |
| YUV | 183.44 | 141.86 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 185 | 208 | 0.18 | 0.11 | 0 | 0.18 | 217.3 | 0.28 | 0.74 |
| Hex | AB | B9 | D0 | 12 | B | 0 | 12 | D9 | 1C | 4A |
| Octal | 253 | 271 | 320 | 22 | 13 | 0 | 22 | 331 | 34 | 112 |
| Binary | 10101011 | 10111001 | 11010000 | 10010 | 1011 | 0 | 10010 | 11011001 | 11100 | 1001010 |
Color Harmonies of #ABB9D0
Complementary color
Monochromatic Colors of #ABB9D0
Black with #ABB9D0
Text Example
Text Example
White with #ABB9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB9D0; }
p { color: rgb(171,185,208); }
H1.HeaderClassName
{
color: #ABB9D0;
}
.AnyTagClassName
{
color: #ABB9D0;
}
</style>
background-color css
<style>
a { background-color: #ABB9D0; }
a { background-color: rgb(171,185,208); }
div.DivClassName
{
background-color: #ABB9D0;
}
.BgClassName
{
background-color: #ABB9D0;
}
</style>
border-color css
<style>
span { border-color: #ABB9D0; }
span { border-color: rgb(171,185,208); }
td.TdClassName
{
border-color: #ABB9D0;
}
.TagClassName
{
border-color: #ABB9D0;
}
</style>