Shades of Echo Blue #9BABC5
Tints of Echo Blue #9BABC5
RGB
CMYK
RGB Variations
Color information
#9BABC5 (or 0x9BABC5) is known color: Echo Blue. HEX triplet: 9B, AB and C5. RGB value is (155,171,197). Sum of RGB (Red+Green+Blue) = 155+171+197=523 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.64% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 197 (77.34% from 255 or 37.67% from 523); Max value from RGB is 197 - color contains mainly: blue. Hex color #9BABC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BABC5 is #64543A. Grayscale: #A9A9A9. Windows color (decimal): -6575163 or 12954523. OLE color: 12954523.
HSL color Cylindrical-coordinate representation of color #9BABC5: hue angle of 217.14º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BABC5 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 171 | 197 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.23 |
| HSL | 217.14º | 0.27% | 0.69% | - |
| HSV(B) | 217.14º | 0.21% | 0.77% | - |
| XYZ | 38.16 | 40.13 | 58.56 | - |
| YUV | 169.18 | 143.7 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 171 | 197 | 0.21 | 0.13 | 0 | 0.23 | 217.14 | 0.27 | 0.69 |
| Hex | 9B | AB | C5 | 15 | D | 0 | 17 | D9 | 1B | 45 |
| Octal | 233 | 253 | 305 | 25 | 15 | 0 | 27 | 331 | 33 | 105 |
| Binary | 10011011 | 10101011 | 11000101 | 10101 | 1101 | 0 | 10111 | 11011001 | 11011 | 1000101 |
Color Harmonies of #9BABC5
Complementary color
Monochromatic Colors of #9BABC5
Black with #9BABC5
Text Example
Text Example
White with #9BABC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BABC5; }
p { color: rgb(155,171,197); }
H1.HeaderClassName
{
color: #9BABC5;
}
.AnyTagClassName
{
color: #9BABC5;
}
</style>
background-color css
<style>
a { background-color: #9BABC5; }
a { background-color: rgb(155,171,197); }
div.DivClassName
{
background-color: #9BABC5;
}
.BgClassName
{
background-color: #9BABC5;
}
</style>
border-color css
<style>
span { border-color: #9BABC5; }
span { border-color: rgb(155,171,197); }
td.TdClassName
{
border-color: #9BABC5;
}
.TagClassName
{
border-color: #9BABC5;
}
</style>