Shades of Echo Blue #A0B0DB
Tints of Echo Blue #A0B0DB
RGB
CMYK
RGB Variations
Color information
#A0B0DB (or 0xA0B0DB) is known color: Echo Blue. HEX triplet: A0, B0 and DB. RGB value is (160,176,219). Sum of RGB (Red+Green+Blue) = 160+176+219=555 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.83% from 555); Green value is 176 (69.14% from 255 or 31.71% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #A0B0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0B0DB is #5F4F24. Grayscale: #AFAFAF. Windows color (decimal): -6246181 or 14397600. OLE color: 14397600.
HSL color Cylindrical-coordinate representation of color #A0B0DB: hue angle of 223.73º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0B0DB is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 176 | 219 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.14 |
| HSL | 223.73º | 0.45% | 0.74% | - |
| HSV(B) | 223.73º | 0.27% | 0.86% | - |
| XYZ | 42.81 | 43.64 | 73.18 | - |
| YUV | 176.12 | 152.2 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 176 | 219 | 0.27 | 0.20 | 0 | 0.14 | 223.73 | 0.45 | 0.74 |
| Hex | A0 | B0 | DB | 1B | 14 | 0 | E | E0 | 2D | 4A |
| Octal | 240 | 260 | 333 | 33 | 24 | 0 | 16 | 340 | 55 | 112 |
| Binary | 10100000 | 10110000 | 11011011 | 11011 | 10100 | 0 | 1110 | 11100000 | 101101 | 1001010 |
Color Harmonies of #A0B0DB
Complementary color
Monochromatic Colors of #A0B0DB
Black with #A0B0DB
Text Example
Text Example
White with #A0B0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B0DB; }
p { color: rgb(160,176,219); }
H1.HeaderClassName
{
color: #A0B0DB;
}
.AnyTagClassName
{
color: #A0B0DB;
}
</style>
background-color css
<style>
a { background-color: #A0B0DB; }
a { background-color: rgb(160,176,219); }
div.DivClassName
{
background-color: #A0B0DB;
}
.BgClassName
{
background-color: #A0B0DB;
}
</style>
border-color css
<style>
span { border-color: #A0B0DB; }
span { border-color: rgb(160,176,219); }
td.TdClassName
{
border-color: #A0B0DB;
}
.TagClassName
{
border-color: #A0B0DB;
}
</style>