Shades of Echo Blue #A1B0DB
Tints of Echo Blue #A1B0DB
RGB
CMYK
RGB Variations
Color information
#A1B0DB (or 0xA1B0DB) is known color: Echo Blue. HEX triplet: A1, B0 and DB. RGB value is (161,176,219). Sum of RGB (Red+Green+Blue) = 161+176+219=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 176 (69.14% from 255 or 31.65% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #A1B0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1B0DB is #5E4F24. Grayscale: #B0B0B0. Windows color (decimal): -6180645 or 14397601. OLE color: 14397601.
HSL color Cylindrical-coordinate representation of color #A1B0DB: hue angle of 224.48º degrees, saturation: 0.45, 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 #A1B0DB is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 176 | 219 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.14 |
| HSL | 224.48º | 0.45% | 0.75% | - |
| HSV(B) | 224.48º | 0.26% | 0.86% | - |
| XYZ | 43.01 | 43.74 | 73.19 | - |
| YUV | 176.42 | 152.03 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 176 | 219 | 0.26 | 0.20 | 0 | 0.14 | 224.48 | 0.45 | 0.75 |
| Hex | A1 | B0 | DB | 1A | 14 | 0 | E | E0 | 2D | 4B |
| Octal | 241 | 260 | 333 | 32 | 24 | 0 | 16 | 340 | 55 | 113 |
| Binary | 10100001 | 10110000 | 11011011 | 11010 | 10100 | 0 | 1110 | 11100000 | 101101 | 1001011 |
Color Harmonies of #A1B0DB
Complementary color
Monochromatic Colors of #A1B0DB
Black with #A1B0DB
Text Example
Text Example
White with #A1B0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B0DB; }
p { color: rgb(161,176,219); }
H1.HeaderClassName
{
color: #A1B0DB;
}
.AnyTagClassName
{
color: #A1B0DB;
}
</style>
background-color css
<style>
a { background-color: #A1B0DB; }
a { background-color: rgb(161,176,219); }
div.DivClassName
{
background-color: #A1B0DB;
}
.BgClassName
{
background-color: #A1B0DB;
}
</style>
border-color css
<style>
span { border-color: #A1B0DB; }
span { border-color: rgb(161,176,219); }
td.TdClassName
{
border-color: #A1B0DB;
}
.TagClassName
{
border-color: #A1B0DB;
}
</style>