Shades of Echo Blue #A0B5CF
Tints of Echo Blue #A0B5CF
RGB
CMYK
RGB Variations
Color information
#A0B5CF (or 0xA0B5CF) is known color: Echo Blue. HEX triplet: A0, B5 and CF. RGB value is (160,181,207). Sum of RGB (Red+Green+Blue) = 160+181+207=548 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.20% from 548); Green value is 181 (71.09% from 255 or 33.03% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 207 - color contains mainly: blue. Hex color #A0B5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B5CF is #5F4A30. Grayscale: #B1B1B1. Windows color (decimal): -6244913 or 13612448. OLE color: 13612448.
HSL color Cylindrical-coordinate representation of color #A0B5CF: hue angle of 213.19º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0B5CF is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 181 | 207 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.19 |
| HSL | 213.19º | 0.33% | 0.72% | - |
| HSV(B) | 213.19º | 0.23% | 0.81% | - |
| XYZ | 42.28 | 45.03 | 65.49 | - |
| YUV | 177.69 | 144.54 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 181 | 207 | 0.23 | 0.13 | 0 | 0.19 | 213.19 | 0.33 | 0.72 |
| Hex | A0 | B5 | CF | 17 | D | 0 | 13 | D5 | 21 | 48 |
| Octal | 240 | 265 | 317 | 27 | 15 | 0 | 23 | 325 | 41 | 110 |
| Binary | 10100000 | 10110101 | 11001111 | 10111 | 1101 | 0 | 10011 | 11010101 | 100001 | 1001000 |
Color Harmonies of #A0B5CF
Complementary color
Monochromatic Colors of #A0B5CF
Black with #A0B5CF
Text Example
Text Example
White with #A0B5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B5CF; }
p { color: rgb(160,181,207); }
H1.HeaderClassName
{
color: #A0B5CF;
}
.AnyTagClassName
{
color: #A0B5CF;
}
</style>
background-color css
<style>
a { background-color: #A0B5CF; }
a { background-color: rgb(160,181,207); }
div.DivClassName
{
background-color: #A0B5CF;
}
.BgClassName
{
background-color: #A0B5CF;
}
</style>
border-color css
<style>
span { border-color: #A0B5CF; }
span { border-color: rgb(160,181,207); }
td.TdClassName
{
border-color: #A0B5CF;
}
.TagClassName
{
border-color: #A0B5CF;
}
</style>