Shades of Echo Blue #A5B2DB
Tints of Echo Blue #A5B2DB
RGB
CMYK
RGB Variations
Color information
#A5B2DB (or 0xA5B2DB) is known color: Echo Blue. HEX triplet: A5, B2 and DB. RGB value is (165,178,219). Sum of RGB (Red+Green+Blue) = 165+178+219=562 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.36% from 562); Green value is 178 (69.92% from 255 or 31.67% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #A5B2DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5B2DB is #5A4D24. Grayscale: #B2B2B2. Windows color (decimal): -5917989 or 14398117. OLE color: 14398117.
HSL color Cylindrical-coordinate representation of color #A5B2DB: hue angle of 225.56º 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 #A5B2DB is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 178 | 219 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.14 |
| HSL | 225.56º | 0.43% | 0.75% | - |
| HSV(B) | 225.56º | 0.25% | 0.86% | - |
| XYZ | 44.22 | 44.95 | 73.36 | - |
| YUV | 178.79 | 150.69 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 178 | 219 | 0.25 | 0.19 | 0 | 0.14 | 225.56 | 0.43 | 0.75 |
| Hex | A5 | B2 | DB | 19 | 13 | 0 | E | E2 | 2B | 4B |
| Octal | 245 | 262 | 333 | 31 | 23 | 0 | 16 | 342 | 53 | 113 |
| Binary | 10100101 | 10110010 | 11011011 | 11001 | 10011 | 0 | 1110 | 11100010 | 101011 | 1001011 |
Color Harmonies of #A5B2DB
Complementary color
Monochromatic Colors of #A5B2DB
Black with #A5B2DB
Text Example
Text Example
White with #A5B2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B2DB; }
p { color: rgb(165,178,219); }
H1.HeaderClassName
{
color: #A5B2DB;
}
.AnyTagClassName
{
color: #A5B2DB;
}
</style>
background-color css
<style>
a { background-color: #A5B2DB; }
a { background-color: rgb(165,178,219); }
div.DivClassName
{
background-color: #A5B2DB;
}
.BgClassName
{
background-color: #A5B2DB;
}
</style>
border-color css
<style>
span { border-color: #A5B2DB; }
span { border-color: rgb(165,178,219); }
td.TdClassName
{
border-color: #A5B2DB;
}
.TagClassName
{
border-color: #A5B2DB;
}
</style>