Shades of Echo Blue #A5ABCB
Tints of Echo Blue #A5ABCB
RGB
CMYK
RGB Variations
Color information
#A5ABCB (or 0xA5ABCB) is known color: Echo Blue. HEX triplet: A5, AB and CB. RGB value is (165,171,203). Sum of RGB (Red+Green+Blue) = 165+171+203=539 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.61% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: blue. Hex color #A5ABCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ABCB is #5A5434. Grayscale: #ACACAC. Windows color (decimal): -5919797 or 13347749. OLE color: 13347749.
HSL color Cylindrical-coordinate representation of color #A5ABCB: hue angle of 230.53º 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 #A5ABCB is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 171 | 203 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.20 |
| HSL | 230.53º | 0.27% | 0.72% | - |
| HSV(B) | 230.53º | 0.19% | 0.8% | - |
| XYZ | 40.86 | 41.44 | 62.34 | - |
| YUV | 172.85 | 145.01 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 171 | 203 | 0.19 | 0.16 | 0 | 0.20 | 230.53 | 0.27 | 0.72 |
| Hex | A5 | AB | CB | 13 | 10 | 0 | 14 | E7 | 1B | 48 |
| Octal | 245 | 253 | 313 | 23 | 20 | 0 | 24 | 347 | 33 | 110 |
| Binary | 10100101 | 10101011 | 11001011 | 10011 | 10000 | 0 | 10100 | 11100111 | 11011 | 1001000 |
Color Harmonies of #A5ABCB
Complementary color
Monochromatic Colors of #A5ABCB
Black with #A5ABCB
Text Example
Text Example
White with #A5ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ABCB; }
p { color: rgb(165,171,203); }
H1.HeaderClassName
{
color: #A5ABCB;
}
.AnyTagClassName
{
color: #A5ABCB;
}
</style>
background-color css
<style>
a { background-color: #A5ABCB; }
a { background-color: rgb(165,171,203); }
div.DivClassName
{
background-color: #A5ABCB;
}
.BgClassName
{
background-color: #A5ABCB;
}
</style>
border-color css
<style>
span { border-color: #A5ABCB; }
span { border-color: rgb(165,171,203); }
td.TdClassName
{
border-color: #A5ABCB;
}
.TagClassName
{
border-color: #A5ABCB;
}
</style>