Shades of Echo Blue #A0B6CE
Tints of Echo Blue #A0B6CE
RGB
CMYK
RGB Variations
Color information
#A0B6CE (or 0xA0B6CE) is known color: Echo Blue. HEX triplet: A0, B6 and CE. RGB value is (160,182,206). Sum of RGB (Red+Green+Blue) = 160+182+206=548 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.20% from 548); Green value is 182 (71.48% from 255 or 33.21% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 206 - color contains mainly: blue. Hex color #A0B6CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B6CE is #5F4931. Grayscale: #B2B2B2. Windows color (decimal): -6244658 or 13547168. OLE color: 13547168.
HSL color Cylindrical-coordinate representation of color #A0B6CE: hue angle of 211.3º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0B6CE is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 182 | 206 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.19 |
| HSL | 211.3º | 0.32% | 0.72% | - |
| HSV(B) | 211.3º | 0.22% | 0.81% | - |
| XYZ | 42.37 | 45.39 | 64.92 | - |
| YUV | 178.16 | 143.71 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 182 | 206 | 0.22 | 0.12 | 0 | 0.19 | 211.3 | 0.32 | 0.72 |
| Hex | A0 | B6 | CE | 16 | C | 0 | 13 | D3 | 20 | 48 |
| Octal | 240 | 266 | 316 | 26 | 14 | 0 | 23 | 323 | 40 | 110 |
| Binary | 10100000 | 10110110 | 11001110 | 10110 | 1100 | 0 | 10011 | 11010011 | 100000 | 1001000 |
Color Harmonies of #A0B6CE
Complementary color
Monochromatic Colors of #A0B6CE
Black with #A0B6CE
Text Example
Text Example
White with #A0B6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B6CE; }
p { color: rgb(160,182,206); }
H1.HeaderClassName
{
color: #A0B6CE;
}
.AnyTagClassName
{
color: #A0B6CE;
}
</style>
background-color css
<style>
a { background-color: #A0B6CE; }
a { background-color: rgb(160,182,206); }
div.DivClassName
{
background-color: #A0B6CE;
}
.BgClassName
{
background-color: #A0B6CE;
}
</style>
border-color css
<style>
span { border-color: #A0B6CE; }
span { border-color: rgb(160,182,206); }
td.TdClassName
{
border-color: #A0B6CE;
}
.TagClassName
{
border-color: #A0B6CE;
}
</style>