Shades of Echo Blue #A0B6CC
Tints of Echo Blue #A0B6CC
RGB
CMYK
RGB Variations
Color information
#A0B6CC (or 0xA0B6CC) is known color: Echo Blue. HEX triplet: A0, B6 and CC. RGB value is (160,182,204). Sum of RGB (Red+Green+Blue) = 160+182+204=546 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.30% from 546); Green value is 182 (71.48% from 255 or 33.33% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 204 - color contains mainly: blue. Hex color #A0B6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B6CC is #5F4933. Grayscale: #B1B1B1. Windows color (decimal): -6244660 or 13416096. OLE color: 13416096.
HSL color Cylindrical-coordinate representation of color #A0B6CC: hue angle of 210º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0B6CC is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 182 | 204 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.2 |
| HSL | 210º | 0.3% | 0.71% | - |
| HSV(B) | 210º | 0.22% | 0.8% | - |
| XYZ | 42.12 | 45.29 | 63.65 | - |
| YUV | 177.93 | 142.71 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 182 | 204 | 0.22 | 0.11 | 0 | 0.2 | 210 | 0.3 | 0.71 |
| Hex | A0 | B6 | CC | 16 | B | 0 | 14 | D2 | 1E | 47 |
| Octal | 240 | 266 | 314 | 26 | 13 | 0 | 24 | 322 | 36 | 107 |
| Binary | 10100000 | 10110110 | 11001100 | 10110 | 1011 | 0 | 10100 | 11010010 | 11110 | 1000111 |
Color Harmonies of #A0B6CC
Complementary color
Monochromatic Colors of #A0B6CC
Black with #A0B6CC
Text Example
Text Example
White with #A0B6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B6CC; }
p { color: rgb(160,182,204); }
H1.HeaderClassName
{
color: #A0B6CC;
}
.AnyTagClassName
{
color: #A0B6CC;
}
</style>
background-color css
<style>
a { background-color: #A0B6CC; }
a { background-color: rgb(160,182,204); }
div.DivClassName
{
background-color: #A0B6CC;
}
.BgClassName
{
background-color: #A0B6CC;
}
</style>
border-color css
<style>
span { border-color: #A0B6CC; }
span { border-color: rgb(160,182,204); }
td.TdClassName
{
border-color: #A0B6CC;
}
.TagClassName
{
border-color: #A0B6CC;
}
</style>