Shades of Echo Blue #A0B5DA
Tints of Echo Blue #A0B5DA
RGB
CMYK
RGB Variations
Color information
#A0B5DA (or 0xA0B5DA) is known color: Echo Blue. HEX triplet: A0, B5 and DA. RGB value is (160,181,218). Sum of RGB (Red+Green+Blue) = 160+181+218=559 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.62% from 559); Green value is 181 (71.09% from 255 or 32.38% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 218 - color contains mainly: blue. Hex color #A0B5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B5DA is #5F4A25. Grayscale: #B2B2B2. Windows color (decimal): -6244902 or 14333344. OLE color: 14333344.
HSL color Cylindrical-coordinate representation of color #A0B5DA: hue angle of 218.28º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0B5DA is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 181 | 218 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.15 |
| HSL | 218.28º | 0.44% | 0.74% | - |
| HSV(B) | 218.28º | 0.27% | 0.85% | - |
| XYZ | 43.68 | 45.58 | 72.83 | - |
| YUV | 178.94 | 150.04 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 181 | 218 | 0.27 | 0.17 | 0 | 0.15 | 218.28 | 0.44 | 0.74 |
| Hex | A0 | B5 | DA | 1B | 11 | 0 | F | DA | 2C | 4A |
| Octal | 240 | 265 | 332 | 33 | 21 | 0 | 17 | 332 | 54 | 112 |
| Binary | 10100000 | 10110101 | 11011010 | 11011 | 10001 | 0 | 1111 | 11011010 | 101100 | 1001010 |
Color Harmonies of #A0B5DA
Complementary color
Monochromatic Colors of #A0B5DA
Black with #A0B5DA
Text Example
Text Example
White with #A0B5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B5DA; }
p { color: rgb(160,181,218); }
H1.HeaderClassName
{
color: #A0B5DA;
}
.AnyTagClassName
{
color: #A0B5DA;
}
</style>
background-color css
<style>
a { background-color: #A0B5DA; }
a { background-color: rgb(160,181,218); }
div.DivClassName
{
background-color: #A0B5DA;
}
.BgClassName
{
background-color: #A0B5DA;
}
</style>
border-color css
<style>
span { border-color: #A0B5DA; }
span { border-color: rgb(160,181,218); }
td.TdClassName
{
border-color: #A0B5DA;
}
.TagClassName
{
border-color: #A0B5DA;
}
</style>