Shades of Echo Blue #A0B3CB
Tints of Echo Blue #A0B3CB
RGB
CMYK
RGB Variations
Color information
#A0B3CB (or 0xA0B3CB) is known color: Echo Blue. HEX triplet: A0, B3 and CB. RGB value is (160,179,203). Sum of RGB (Red+Green+Blue) = 160+179+203=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 179 (70.31% from 255 or 33.03% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 203 - color contains mainly: blue. Hex color #A0B3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B3CB is #5F4C34. Grayscale: #AFAFAF. Windows color (decimal): -6245429 or 13349792. OLE color: 13349792.
HSL color Cylindrical-coordinate representation of color #A0B3CB: hue angle of 213.49º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0B3CB is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 179 | 203 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.20 |
| HSL | 213.49º | 0.29% | 0.71% | - |
| HSV(B) | 213.49º | 0.21% | 0.8% | - |
| XYZ | 41.4 | 44.03 | 62.82 | - |
| YUV | 176.06 | 143.21 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 179 | 203 | 0.21 | 0.12 | 0 | 0.20 | 213.49 | 0.29 | 0.71 |
| Hex | A0 | B3 | CB | 15 | C | 0 | 14 | D5 | 1D | 47 |
| Octal | 240 | 263 | 313 | 25 | 14 | 0 | 24 | 325 | 35 | 107 |
| Binary | 10100000 | 10110011 | 11001011 | 10101 | 1100 | 0 | 10100 | 11010101 | 11101 | 1000111 |
Color Harmonies of #A0B3CB
Complementary color
Monochromatic Colors of #A0B3CB
Black with #A0B3CB
Text Example
Text Example
White with #A0B3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B3CB; }
p { color: rgb(160,179,203); }
H1.HeaderClassName
{
color: #A0B3CB;
}
.AnyTagClassName
{
color: #A0B3CB;
}
</style>
background-color css
<style>
a { background-color: #A0B3CB; }
a { background-color: rgb(160,179,203); }
div.DivClassName
{
background-color: #A0B3CB;
}
.BgClassName
{
background-color: #A0B3CB;
}
</style>
border-color css
<style>
span { border-color: #A0B3CB; }
span { border-color: rgb(160,179,203); }
td.TdClassName
{
border-color: #A0B3CB;
}
.TagClassName
{
border-color: #A0B3CB;
}
</style>