Shades of Echo Blue #A0B7CF
Tints of Echo Blue #A0B7CF
RGB
CMYK
RGB Variations
Color information
#A0B7CF (or 0xA0B7CF) is known color: Echo Blue. HEX triplet: A0, B7 and CF. RGB value is (160,183,207). Sum of RGB (Red+Green+Blue) = 160+183+207=550 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.09% from 550); Green value is 183 (71.88% from 255 or 33.27% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 207 - color contains mainly: blue. Hex color #A0B7CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B7CF is #5F4830. Grayscale: #B2B2B2. Windows color (decimal): -6244401 or 13612960. OLE color: 13612960.
HSL color Cylindrical-coordinate representation of color #A0B7CF: hue angle of 210.64º 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 #A0B7CF is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 183 | 207 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.19 |
| HSL | 210.64º | 0.33% | 0.72% | - |
| HSV(B) | 210.64º | 0.23% | 0.81% | - |
| XYZ | 42.69 | 45.85 | 65.63 | - |
| YUV | 178.86 | 143.88 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 183 | 207 | 0.23 | 0.12 | 0 | 0.19 | 210.64 | 0.33 | 0.72 |
| Hex | A0 | B7 | CF | 17 | C | 0 | 13 | D3 | 21 | 48 |
| Octal | 240 | 267 | 317 | 27 | 14 | 0 | 23 | 323 | 41 | 110 |
| Binary | 10100000 | 10110111 | 11001111 | 10111 | 1100 | 0 | 10011 | 11010011 | 100001 | 1001000 |
Color Harmonies of #A0B7CF
Complementary color
Monochromatic Colors of #A0B7CF
Black with #A0B7CF
Text Example
Text Example
White with #A0B7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B7CF; }
p { color: rgb(160,183,207); }
H1.HeaderClassName
{
color: #A0B7CF;
}
.AnyTagClassName
{
color: #A0B7CF;
}
</style>
background-color css
<style>
a { background-color: #A0B7CF; }
a { background-color: rgb(160,183,207); }
div.DivClassName
{
background-color: #A0B7CF;
}
.BgClassName
{
background-color: #A0B7CF;
}
</style>
border-color css
<style>
span { border-color: #A0B7CF; }
span { border-color: rgb(160,183,207); }
td.TdClassName
{
border-color: #A0B7CF;
}
.TagClassName
{
border-color: #A0B7CF;
}
</style>