Shades of Echo Blue #A9B2CB
Tints of Echo Blue #A9B2CB
RGB
CMYK
RGB Variations
Color information
#A9B2CB (or 0xA9B2CB) is known color: Echo Blue. HEX triplet: A9, B2 and CB. RGB value is (169,178,203). Sum of RGB (Red+Green+Blue) = 169+178+203=550 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.73% from 550); Green value is 178 (69.92% from 255 or 32.36% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 203 - color contains mainly: blue. Hex color #A9B2CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9B2CB is #564D34. Grayscale: #B2B2B2. Windows color (decimal): -5655861 or 13349545. OLE color: 13349545.
HSL color Cylindrical-coordinate representation of color #A9B2CB: hue angle of 224.12º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A9B2CB is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 178 | 203 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.20 |
| HSL | 224.12º | 0.25% | 0.73% | - |
| HSV(B) | 224.12º | 0.17% | 0.8% | - |
| XYZ | 43.06 | 44.59 | 62.84 | - |
| YUV | 178.16 | 142.02 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 178 | 203 | 0.17 | 0.12 | 0 | 0.20 | 224.12 | 0.25 | 0.73 |
| Hex | A9 | B2 | CB | 11 | C | 0 | 14 | E0 | 19 | 49 |
| Octal | 251 | 262 | 313 | 21 | 14 | 0 | 24 | 340 | 31 | 111 |
| Binary | 10101001 | 10110010 | 11001011 | 10001 | 1100 | 0 | 10100 | 11100000 | 11001 | 1001001 |
Color Harmonies of #A9B2CB
Complementary color
Monochromatic Colors of #A9B2CB
Black with #A9B2CB
Text Example
Text Example
White with #A9B2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B2CB; }
p { color: rgb(169,178,203); }
H1.HeaderClassName
{
color: #A9B2CB;
}
.AnyTagClassName
{
color: #A9B2CB;
}
</style>
background-color css
<style>
a { background-color: #A9B2CB; }
a { background-color: rgb(169,178,203); }
div.DivClassName
{
background-color: #A9B2CB;
}
.BgClassName
{
background-color: #A9B2CB;
}
</style>
border-color css
<style>
span { border-color: #A9B2CB; }
span { border-color: rgb(169,178,203); }
td.TdClassName
{
border-color: #A9B2CB;
}
.TagClassName
{
border-color: #A9B2CB;
}
</style>