Shades of Echo Blue #A5B7DB
Tints of Echo Blue #A5B7DB
RGB
CMYK
RGB Variations
Color information
#A5B7DB (or 0xA5B7DB) is known color: Echo Blue. HEX triplet: A5, B7 and DB. RGB value is (165,183,219). Sum of RGB (Red+Green+Blue) = 165+183+219=567 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.10% from 567); Green value is 183 (71.88% from 255 or 32.28% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #A5B7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B7DB is #5A4824. Grayscale: #B5B5B5. Windows color (decimal): -5916709 or 14399397. OLE color: 14399397.
HSL color Cylindrical-coordinate representation of color #A5B7DB: hue angle of 220º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5B7DB is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 183 | 219 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.14 |
| HSL | 220º | 0.43% | 0.75% | - |
| HSV(B) | 220º | 0.25% | 0.86% | - |
| XYZ | 45.24 | 46.98 | 73.7 | - |
| YUV | 181.72 | 149.04 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 183 | 219 | 0.25 | 0.16 | 0 | 0.14 | 220 | 0.43 | 0.75 |
| Hex | A5 | B7 | DB | 19 | 10 | 0 | E | DC | 2B | 4B |
| Octal | 245 | 267 | 333 | 31 | 20 | 0 | 16 | 334 | 53 | 113 |
| Binary | 10100101 | 10110111 | 11011011 | 11001 | 10000 | 0 | 1110 | 11011100 | 101011 | 1001011 |
Color Harmonies of #A5B7DB
Complementary color
Monochromatic Colors of #A5B7DB
Black with #A5B7DB
Text Example
Text Example
White with #A5B7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B7DB; }
p { color: rgb(165,183,219); }
H1.HeaderClassName
{
color: #A5B7DB;
}
.AnyTagClassName
{
color: #A5B7DB;
}
</style>
background-color css
<style>
a { background-color: #A5B7DB; }
a { background-color: rgb(165,183,219); }
div.DivClassName
{
background-color: #A5B7DB;
}
.BgClassName
{
background-color: #A5B7DB;
}
</style>
border-color css
<style>
span { border-color: #A5B7DB; }
span { border-color: rgb(165,183,219); }
td.TdClassName
{
border-color: #A5B7DB;
}
.TagClassName
{
border-color: #A5B7DB;
}
</style>