Shades of Echo Blue #ABB5D0
Tints of Echo Blue #ABB5D0
RGB
CMYK
RGB Variations
Color information
#ABB5D0 (or 0xABB5D0) is known color: Echo Blue. HEX triplet: AB, B5 and D0. RGB value is (171,181,208). Sum of RGB (Red+Green+Blue) = 171+181+208=560 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.54% from 560); Green value is 181 (71.09% from 255 or 32.32% from 560); Blue value is 208 (81.64% from 255 or 37.14% from 560); Max value from RGB is 208 - color contains mainly: blue. Hex color #ABB5D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB5D0 is #544A2F. Grayscale: #B4B4B4. Windows color (decimal): -5524016 or 13677995. OLE color: 13677995.
HSL color Cylindrical-coordinate representation of color #ABB5D0: hue angle of 223.78º 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 #ABB5D0 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 181 | 208 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.18 |
| HSL | 223.78º | 0.28% | 0.74% | - |
| HSV(B) | 223.78º | 0.18% | 0.82% | - |
| XYZ | 44.7 | 46.26 | 66.25 | - |
| YUV | 181.09 | 143.19 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 181 | 208 | 0.18 | 0.13 | 0 | 0.18 | 223.78 | 0.28 | 0.74 |
| Hex | AB | B5 | D0 | 12 | D | 0 | 12 | E0 | 1C | 4A |
| Octal | 253 | 265 | 320 | 22 | 15 | 0 | 22 | 340 | 34 | 112 |
| Binary | 10101011 | 10110101 | 11010000 | 10010 | 1101 | 0 | 10010 | 11100000 | 11100 | 1001010 |
Color Harmonies of #ABB5D0
Complementary color
Monochromatic Colors of #ABB5D0
Black with #ABB5D0
Text Example
Text Example
White with #ABB5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB5D0; }
p { color: rgb(171,181,208); }
H1.HeaderClassName
{
color: #ABB5D0;
}
.AnyTagClassName
{
color: #ABB5D0;
}
</style>
background-color css
<style>
a { background-color: #ABB5D0; }
a { background-color: rgb(171,181,208); }
div.DivClassName
{
background-color: #ABB5D0;
}
.BgClassName
{
background-color: #ABB5D0;
}
</style>
border-color css
<style>
span { border-color: #ABB5D0; }
span { border-color: rgb(171,181,208); }
td.TdClassName
{
border-color: #ABB5D0;
}
.TagClassName
{
border-color: #ABB5D0;
}
</style>