Shades of Echo Blue #A0B6D4
Tints of Echo Blue #A0B6D4
RGB
CMYK
RGB Variations
Color information
#A0B6D4 (or 0xA0B6D4) is known color: Echo Blue. HEX triplet: A0, B6 and D4. RGB value is (160,182,212). Sum of RGB (Red+Green+Blue) = 160+182+212=554 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.88% from 554); Green value is 182 (71.48% from 255 or 32.85% from 554); Blue value is 212 (83.20% from 255 or 38.27% from 554); Max value from RGB is 212 - color contains mainly: blue. Hex color #A0B6D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B6D4 is #5F492B. Grayscale: #B2B2B2. Windows color (decimal): -6244652 or 13940384. OLE color: 13940384.
HSL color Cylindrical-coordinate representation of color #A0B6D4: hue angle of 214.62º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0B6D4 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 182 | 212 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.17 |
| HSL | 214.62º | 0.38% | 0.73% | - |
| HSV(B) | 214.62º | 0.25% | 0.83% | - |
| XYZ | 43.11 | 45.68 | 68.83 | - |
| YUV | 178.84 | 146.71 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 182 | 212 | 0.25 | 0.14 | 0 | 0.17 | 214.62 | 0.38 | 0.73 |
| Hex | A0 | B6 | D4 | 19 | E | 0 | 11 | D7 | 26 | 49 |
| Octal | 240 | 266 | 324 | 31 | 16 | 0 | 21 | 327 | 46 | 111 |
| Binary | 10100000 | 10110110 | 11010100 | 11001 | 1110 | 0 | 10001 | 11010111 | 100110 | 1001001 |
Color Harmonies of #A0B6D4
Complementary color
Monochromatic Colors of #A0B6D4
Black with #A0B6D4
Text Example
Text Example
White with #A0B6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B6D4; }
p { color: rgb(160,182,212); }
H1.HeaderClassName
{
color: #A0B6D4;
}
.AnyTagClassName
{
color: #A0B6D4;
}
</style>
background-color css
<style>
a { background-color: #A0B6D4; }
a { background-color: rgb(160,182,212); }
div.DivClassName
{
background-color: #A0B6D4;
}
.BgClassName
{
background-color: #A0B6D4;
}
</style>
border-color css
<style>
span { border-color: #A0B6D4; }
span { border-color: rgb(160,182,212); }
td.TdClassName
{
border-color: #A0B6D4;
}
.TagClassName
{
border-color: #A0B6D4;
}
</style>