Shades of Echo Blue #A5A9CB
Tints of Echo Blue #A5A9CB
RGB
CMYK
RGB Variations
Color information
#A5A9CB (or 0xA5A9CB) is known color: Echo Blue. HEX triplet: A5, A9 and CB. RGB value is (165,169,203). Sum of RGB (Red+Green+Blue) = 165+169+203=537 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.73% from 537); Green value is 169 (66.41% from 255 or 31.47% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 203 - color contains mainly: blue. Hex color #A5A9CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A9CB is #5A5634. Grayscale: #ABABAB. Windows color (decimal): -5920309 or 13347237. OLE color: 13347237.
HSL color Cylindrical-coordinate representation of color #A5A9CB: hue angle of 233.68º 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 #A5A9CB is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 169 | 203 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.20 |
| HSL | 233.68º | 0.27% | 0.72% | - |
| HSV(B) | 233.68º | 0.19% | 0.8% | - |
| XYZ | 40.48 | 40.69 | 62.22 | - |
| YUV | 171.68 | 145.67 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 169 | 203 | 0.19 | 0.17 | 0 | 0.20 | 233.68 | 0.27 | 0.72 |
| Hex | A5 | A9 | CB | 13 | 11 | 0 | 14 | EA | 1B | 48 |
| Octal | 245 | 251 | 313 | 23 | 21 | 0 | 24 | 352 | 33 | 110 |
| Binary | 10100101 | 10101001 | 11001011 | 10011 | 10001 | 0 | 10100 | 11101010 | 11011 | 1001000 |
Color Harmonies of #A5A9CB
Complementary color
Monochromatic Colors of #A5A9CB
Black with #A5A9CB
Text Example
Text Example
White with #A5A9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A9CB; }
p { color: rgb(165,169,203); }
H1.HeaderClassName
{
color: #A5A9CB;
}
.AnyTagClassName
{
color: #A5A9CB;
}
</style>
background-color css
<style>
a { background-color: #A5A9CB; }
a { background-color: rgb(165,169,203); }
div.DivClassName
{
background-color: #A5A9CB;
}
.BgClassName
{
background-color: #A5A9CB;
}
</style>
border-color css
<style>
span { border-color: #A5A9CB; }
span { border-color: rgb(165,169,203); }
td.TdClassName
{
border-color: #A5A9CB;
}
.TagClassName
{
border-color: #A5A9CB;
}
</style>