Shades of Echo Blue #A3B7CB
Tints of Echo Blue #A3B7CB
RGB
CMYK
RGB Variations
Color information
#A3B7CB (or 0xA3B7CB) is known color: Echo Blue. HEX triplet: A3, B7 and CB. RGB value is (163,183,203). Sum of RGB (Red+Green+Blue) = 163+183+203=549 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.69% from 549); Green value is 183 (71.88% from 255 or 33.33% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 203 - color contains mainly: blue. Hex color #A3B7CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B7CB is #5C4834. Grayscale: #B3B3B3. Windows color (decimal): -6047797 or 13350819. OLE color: 13350819.
HSL color Cylindrical-coordinate representation of color #A3B7CB: hue angle of 210º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3B7CB is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 183 | 203 | - |
| CMYK | 0.20 | 0.10 | 0 | 0.20 |
| HSL | 210º | 0.28% | 0.72% | - |
| HSV(B) | 210º | 0.2% | 0.8% | - |
| XYZ | 42.82 | 45.97 | 63.12 | - |
| YUV | 179.3 | 141.37 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 183 | 203 | 0.20 | 0.10 | 0 | 0.20 | 210 | 0.28 | 0.72 |
| Hex | A3 | B7 | CB | 14 | A | 0 | 14 | D2 | 1C | 48 |
| Octal | 243 | 267 | 313 | 24 | 12 | 0 | 24 | 322 | 34 | 110 |
| Binary | 10100011 | 10110111 | 11001011 | 10100 | 1010 | 0 | 10100 | 11010010 | 11100 | 1001000 |
Color Harmonies of #A3B7CB
Complementary color
Monochromatic Colors of #A3B7CB
Black with #A3B7CB
Text Example
Text Example
White with #A3B7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B7CB; }
p { color: rgb(163,183,203); }
H1.HeaderClassName
{
color: #A3B7CB;
}
.AnyTagClassName
{
color: #A3B7CB;
}
</style>
background-color css
<style>
a { background-color: #A3B7CB; }
a { background-color: rgb(163,183,203); }
div.DivClassName
{
background-color: #A3B7CB;
}
.BgClassName
{
background-color: #A3B7CB;
}
</style>
border-color css
<style>
span { border-color: #A3B7CB; }
span { border-color: rgb(163,183,203); }
td.TdClassName
{
border-color: #A3B7CB;
}
.TagClassName
{
border-color: #A3B7CB;
}
</style>