Shades of Echo Blue #A2B0DB
Tints of Echo Blue #A2B0DB
RGB
CMYK
RGB Variations
Color information
#A2B0DB (or 0xA2B0DB) is known color: Echo Blue. HEX triplet: A2, B0 and DB. RGB value is (162,176,219). Sum of RGB (Red+Green+Blue) = 162+176+219=557 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.08% from 557); Green value is 176 (69.14% from 255 or 31.60% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #A2B0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2B0DB is #5D4F24. Grayscale: #B0B0B0. Windows color (decimal): -6115109 or 14397602. OLE color: 14397602.
HSL color Cylindrical-coordinate representation of color #A2B0DB: hue angle of 225.26º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2B0DB is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 176 | 219 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.14 |
| HSL | 225.26º | 0.44% | 0.75% | - |
| HSV(B) | 225.26º | 0.26% | 0.86% | - |
| XYZ | 43.21 | 43.85 | 73.2 | - |
| YUV | 176.72 | 151.86 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 176 | 219 | 0.26 | 0.20 | 0 | 0.14 | 225.26 | 0.44 | 0.75 |
| Hex | A2 | B0 | DB | 1A | 14 | 0 | E | E1 | 2C | 4B |
| Octal | 242 | 260 | 333 | 32 | 24 | 0 | 16 | 341 | 54 | 113 |
| Binary | 10100010 | 10110000 | 11011011 | 11010 | 10100 | 0 | 1110 | 11100001 | 101100 | 1001011 |
Color Harmonies of #A2B0DB
Complementary color
Monochromatic Colors of #A2B0DB
Black with #A2B0DB
Text Example
Text Example
White with #A2B0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B0DB; }
p { color: rgb(162,176,219); }
H1.HeaderClassName
{
color: #A2B0DB;
}
.AnyTagClassName
{
color: #A2B0DB;
}
</style>
background-color css
<style>
a { background-color: #A2B0DB; }
a { background-color: rgb(162,176,219); }
div.DivClassName
{
background-color: #A2B0DB;
}
.BgClassName
{
background-color: #A2B0DB;
}
</style>
border-color css
<style>
span { border-color: #A2B0DB; }
span { border-color: rgb(162,176,219); }
td.TdClassName
{
border-color: #A2B0DB;
}
.TagClassName
{
border-color: #A2B0DB;
}
</style>