Shades of Echo Blue #A0B3DB
Tints of Echo Blue #A0B3DB
RGB
CMYK
RGB Variations
Color information
#A0B3DB (or 0xA0B3DB) is known color: Echo Blue. HEX triplet: A0, B3 and DB. RGB value is (160,179,219). Sum of RGB (Red+Green+Blue) = 160+179+219=558 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.67% from 558); Green value is 179 (70.31% from 255 or 32.08% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #A0B3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B3DB is #5F4C24. Grayscale: #B1B1B1. Windows color (decimal): -6245413 or 14398368. OLE color: 14398368.
HSL color Cylindrical-coordinate representation of color #A0B3DB: hue angle of 220.68º 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 #A0B3DB is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 179 | 219 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.14 |
| HSL | 220.68º | 0.45% | 0.74% | - |
| HSV(B) | 220.68º | 0.27% | 0.86% | - |
| XYZ | 43.4 | 44.83 | 73.38 | - |
| YUV | 177.88 | 151.21 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 179 | 219 | 0.27 | 0.18 | 0 | 0.14 | 220.68 | 0.45 | 0.74 |
| Hex | A0 | B3 | DB | 1B | 12 | 0 | E | DD | 2D | 4A |
| Octal | 240 | 263 | 333 | 33 | 22 | 0 | 16 | 335 | 55 | 112 |
| Binary | 10100000 | 10110011 | 11011011 | 11011 | 10010 | 0 | 1110 | 11011101 | 101101 | 1001010 |
Color Harmonies of #A0B3DB
Complementary color
Monochromatic Colors of #A0B3DB
Black with #A0B3DB
Text Example
Text Example
White with #A0B3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B3DB; }
p { color: rgb(160,179,219); }
H1.HeaderClassName
{
color: #A0B3DB;
}
.AnyTagClassName
{
color: #A0B3DB;
}
</style>
background-color css
<style>
a { background-color: #A0B3DB; }
a { background-color: rgb(160,179,219); }
div.DivClassName
{
background-color: #A0B3DB;
}
.BgClassName
{
background-color: #A0B3DB;
}
</style>
border-color css
<style>
span { border-color: #A0B3DB; }
span { border-color: rgb(160,179,219); }
td.TdClassName
{
border-color: #A0B3DB;
}
.TagClassName
{
border-color: #A0B3DB;
}
</style>