Shades of Echo Blue #A3B5DB
Tints of Echo Blue #A3B5DB
RGB
CMYK
RGB Variations
Color information
#A3B5DB (or 0xA3B5DB) is known color: Echo Blue. HEX triplet: A3, B5 and DB. RGB value is (163,181,219). Sum of RGB (Red+Green+Blue) = 163+181+219=563 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.95% from 563); Green value is 181 (71.09% from 255 or 32.15% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #A3B5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B5DB is #5C4A24. Grayscale: #B3B3B3. Windows color (decimal): -6048293 or 14398883. OLE color: 14398883.
HSL color Cylindrical-coordinate representation of color #A3B5DB: hue angle of 220.71º 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 #A3B5DB is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 181 | 219 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.14 |
| HSL | 220.71º | 0.44% | 0.75% | - |
| HSV(B) | 220.71º | 0.26% | 0.86% | - |
| XYZ | 44.41 | 45.95 | 73.55 | - |
| YUV | 179.95 | 150.04 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 181 | 219 | 0.26 | 0.17 | 0 | 0.14 | 220.71 | 0.44 | 0.75 |
| Hex | A3 | B5 | DB | 1A | 11 | 0 | E | DD | 2C | 4B |
| Octal | 243 | 265 | 333 | 32 | 21 | 0 | 16 | 335 | 54 | 113 |
| Binary | 10100011 | 10110101 | 11011011 | 11010 | 10001 | 0 | 1110 | 11011101 | 101100 | 1001011 |
Color Harmonies of #A3B5DB
Complementary color
Monochromatic Colors of #A3B5DB
Black with #A3B5DB
Text Example
Text Example
White with #A3B5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B5DB; }
p { color: rgb(163,181,219); }
H1.HeaderClassName
{
color: #A3B5DB;
}
.AnyTagClassName
{
color: #A3B5DB;
}
</style>
background-color css
<style>
a { background-color: #A3B5DB; }
a { background-color: rgb(163,181,219); }
div.DivClassName
{
background-color: #A3B5DB;
}
.BgClassName
{
background-color: #A3B5DB;
}
</style>
border-color css
<style>
span { border-color: #A3B5DB; }
span { border-color: rgb(163,181,219); }
td.TdClassName
{
border-color: #A3B5DB;
}
.TagClassName
{
border-color: #A3B5DB;
}
</style>