Shades of Echo Blue #A4B6CB
Tints of Echo Blue #A4B6CB
RGB
CMYK
RGB Variations
Color information
#A4B6CB (or 0xA4B6CB) is known color: Echo Blue. HEX triplet: A4, B6 and CB. RGB value is (164,182,203). Sum of RGB (Red+Green+Blue) = 164+182+203=549 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.87% from 549); Green value is 182 (71.48% from 255 or 33.15% 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 #A4B6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B6CB is #5B4934. Grayscale: #B2B2B2. Windows color (decimal): -5982517 or 13350564. OLE color: 13350564.
HSL color Cylindrical-coordinate representation of color #A4B6CB: hue angle of 212.31º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A4B6CB is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 182 | 203 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.20 |
| HSL | 212.31º | 0.27% | 0.72% | - |
| HSV(B) | 212.31º | 0.19% | 0.8% | - |
| XYZ | 42.82 | 45.66 | 63.06 | - |
| YUV | 179.01 | 141.54 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 182 | 203 | 0.19 | 0.10 | 0 | 0.20 | 212.31 | 0.27 | 0.72 |
| Hex | A4 | B6 | CB | 13 | A | 0 | 14 | D4 | 1B | 48 |
| Octal | 244 | 266 | 313 | 23 | 12 | 0 | 24 | 324 | 33 | 110 |
| Binary | 10100100 | 10110110 | 11001011 | 10011 | 1010 | 0 | 10100 | 11010100 | 11011 | 1001000 |
Color Harmonies of #A4B6CB
Complementary color
Monochromatic Colors of #A4B6CB
Black with #A4B6CB
Text Example
Text Example
White with #A4B6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B6CB; }
p { color: rgb(164,182,203); }
H1.HeaderClassName
{
color: #A4B6CB;
}
.AnyTagClassName
{
color: #A4B6CB;
}
</style>
background-color css
<style>
a { background-color: #A4B6CB; }
a { background-color: rgb(164,182,203); }
div.DivClassName
{
background-color: #A4B6CB;
}
.BgClassName
{
background-color: #A4B6CB;
}
</style>
border-color css
<style>
span { border-color: #A4B6CB; }
span { border-color: rgb(164,182,203); }
td.TdClassName
{
border-color: #A4B6CB;
}
.TagClassName
{
border-color: #A4B6CB;
}
</style>