Shades of Echo Blue #A0B4DB
Tints of Echo Blue #A0B4DB
RGB
CMYK
RGB Variations
Color information
#A0B4DB (or 0xA0B4DB) is known color: Echo Blue. HEX triplet: A0, B4 and DB. RGB value is (160,180,219). Sum of RGB (Red+Green+Blue) = 160+180+219=559 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.62% from 559); Green value is 180 (70.70% from 255 or 32.20% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #A0B4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B4DB is #5F4B24. Grayscale: #B2B2B2. Windows color (decimal): -6245157 or 14398624. OLE color: 14398624.
HSL color Cylindrical-coordinate representation of color #A0B4DB: hue angle of 219.66º 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 #A0B4DB is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 180 | 219 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.14 |
| HSL | 219.66º | 0.45% | 0.74% | - |
| HSV(B) | 219.66º | 0.27% | 0.86% | - |
| XYZ | 43.6 | 45.23 | 73.45 | - |
| YUV | 178.47 | 150.87 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 180 | 219 | 0.27 | 0.18 | 0 | 0.14 | 219.66 | 0.45 | 0.74 |
| Hex | A0 | B4 | DB | 1B | 12 | 0 | E | DC | 2D | 4A |
| Octal | 240 | 264 | 333 | 33 | 22 | 0 | 16 | 334 | 55 | 112 |
| Binary | 10100000 | 10110100 | 11011011 | 11011 | 10010 | 0 | 1110 | 11011100 | 101101 | 1001010 |
Color Harmonies of #A0B4DB
Complementary color
Monochromatic Colors of #A0B4DB
Black with #A0B4DB
Text Example
Text Example
White with #A0B4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B4DB; }
p { color: rgb(160,180,219); }
H1.HeaderClassName
{
color: #A0B4DB;
}
.AnyTagClassName
{
color: #A0B4DB;
}
</style>
background-color css
<style>
a { background-color: #A0B4DB; }
a { background-color: rgb(160,180,219); }
div.DivClassName
{
background-color: #A0B4DB;
}
.BgClassName
{
background-color: #A0B4DB;
}
</style>
border-color css
<style>
span { border-color: #A0B4DB; }
span { border-color: rgb(160,180,219); }
td.TdClassName
{
border-color: #A0B4DB;
}
.TagClassName
{
border-color: #A0B4DB;
}
</style>