Shades of Echo Blue #A5B4DA
Tints of Echo Blue #A5B4DA
RGB
CMYK
RGB Variations
Color information
#A5B4DA (or 0xA5B4DA) is known color: Echo Blue. HEX triplet: A5, B4 and DA. RGB value is (165,180,218). Sum of RGB (Red+Green+Blue) = 165+180+218=563 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.31% from 563); Green value is 180 (70.70% from 255 or 31.97% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #A5B4DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B4DA is #5A4B25. Grayscale: #B3B3B3. Windows color (decimal): -5917478 or 14333093. OLE color: 14333093.
HSL color Cylindrical-coordinate representation of color #A5B4DA: hue angle of 223.02º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5B4DA is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 180 | 218 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.15 |
| HSL | 223.02º | 0.42% | 0.75% | - |
| HSV(B) | 223.02º | 0.24% | 0.85% | - |
| XYZ | 44.49 | 45.7 | 72.81 | - |
| YUV | 179.85 | 149.53 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 180 | 218 | 0.24 | 0.17 | 0 | 0.15 | 223.02 | 0.42 | 0.75 |
| Hex | A5 | B4 | DA | 18 | 11 | 0 | F | DF | 2A | 4B |
| Octal | 245 | 264 | 332 | 30 | 21 | 0 | 17 | 337 | 52 | 113 |
| Binary | 10100101 | 10110100 | 11011010 | 11000 | 10001 | 0 | 1111 | 11011111 | 101010 | 1001011 |
Color Harmonies of #A5B4DA
Complementary color
Monochromatic Colors of #A5B4DA
Black with #A5B4DA
Text Example
Text Example
White with #A5B4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B4DA; }
p { color: rgb(165,180,218); }
H1.HeaderClassName
{
color: #A5B4DA;
}
.AnyTagClassName
{
color: #A5B4DA;
}
</style>
background-color css
<style>
a { background-color: #A5B4DA; }
a { background-color: rgb(165,180,218); }
div.DivClassName
{
background-color: #A5B4DA;
}
.BgClassName
{
background-color: #A5B4DA;
}
</style>
border-color css
<style>
span { border-color: #A5B4DA; }
span { border-color: rgb(165,180,218); }
td.TdClassName
{
border-color: #A5B4DA;
}
.TagClassName
{
border-color: #A5B4DA;
}
</style>