Shades of Echo Blue #A5B0CB
Tints of Echo Blue #A5B0CB
RGB
CMYK
RGB Variations
Color information
#A5B0CB (or 0xA5B0CB) is known color: Echo Blue. HEX triplet: A5, B0 and CB. RGB value is (165,176,203). Sum of RGB (Red+Green+Blue) = 165+176+203=544 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.33% from 544); Green value is 176 (69.14% from 255 or 32.35% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 203 - color contains mainly: blue. Hex color #A5B0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5B0CB is #5A4F34. Grayscale: #AFAFAF. Windows color (decimal): -5918517 or 13349029. OLE color: 13349029.
HSL color Cylindrical-coordinate representation of color #A5B0CB: hue angle of 222.63º 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 #A5B0CB is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 176 | 203 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.20 |
| HSL | 222.63º | 0.27% | 0.72% | - |
| HSV(B) | 222.63º | 0.19% | 0.8% | - |
| XYZ | 41.82 | 43.36 | 62.67 | - |
| YUV | 175.79 | 143.36 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 176 | 203 | 0.19 | 0.13 | 0 | 0.20 | 222.63 | 0.27 | 0.72 |
| Hex | A5 | B0 | CB | 13 | D | 0 | 14 | DF | 1B | 48 |
| Octal | 245 | 260 | 313 | 23 | 15 | 0 | 24 | 337 | 33 | 110 |
| Binary | 10100101 | 10110000 | 11001011 | 10011 | 1101 | 0 | 10100 | 11011111 | 11011 | 1001000 |
Color Harmonies of #A5B0CB
Complementary color
Monochromatic Colors of #A5B0CB
Black with #A5B0CB
Text Example
Text Example
White with #A5B0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B0CB; }
p { color: rgb(165,176,203); }
H1.HeaderClassName
{
color: #A5B0CB;
}
.AnyTagClassName
{
color: #A5B0CB;
}
</style>
background-color css
<style>
a { background-color: #A5B0CB; }
a { background-color: rgb(165,176,203); }
div.DivClassName
{
background-color: #A5B0CB;
}
.BgClassName
{
background-color: #A5B0CB;
}
</style>
border-color css
<style>
span { border-color: #A5B0CB; }
span { border-color: rgb(165,176,203); }
td.TdClassName
{
border-color: #A5B0CB;
}
.TagClassName
{
border-color: #A5B0CB;
}
</style>