Shades of Echo Blue #9BABCD
Tints of Echo Blue #9BABCD
RGB
CMYK
RGB Variations
Color information
#9BABCD (or 0x9BABCD) is known color: Echo Blue. HEX triplet: 9B, AB and CD. RGB value is (155,171,205). Sum of RGB (Red+Green+Blue) = 155+171+205=531 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.19% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #9BABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BABCD is #645432. Grayscale: #A9A9A9. Windows color (decimal): -6575155 or 13478811. OLE color: 13478811.
HSL color Cylindrical-coordinate representation of color #9BABCD: hue angle of 220.8º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BABCD is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 171 | 205 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.20 |
| HSL | 220.8º | 0.33% | 0.71% | - |
| HSV(B) | 220.8º | 0.24% | 0.8% | - |
| XYZ | 39.1 | 40.5 | 63.51 | - |
| YUV | 170.09 | 147.7 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 171 | 205 | 0.24 | 0.17 | 0 | 0.20 | 220.8 | 0.33 | 0.71 |
| Hex | 9B | AB | CD | 18 | 11 | 0 | 14 | DD | 21 | 47 |
| Octal | 233 | 253 | 315 | 30 | 21 | 0 | 24 | 335 | 41 | 107 |
| Binary | 10011011 | 10101011 | 11001101 | 11000 | 10001 | 0 | 10100 | 11011101 | 100001 | 1000111 |
Color Harmonies of #9BABCD
Complementary color
Monochromatic Colors of #9BABCD
Black with #9BABCD
Text Example
Text Example
White with #9BABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BABCD; }
p { color: rgb(155,171,205); }
H1.HeaderClassName
{
color: #9BABCD;
}
.AnyTagClassName
{
color: #9BABCD;
}
</style>
background-color css
<style>
a { background-color: #9BABCD; }
a { background-color: rgb(155,171,205); }
div.DivClassName
{
background-color: #9BABCD;
}
.BgClassName
{
background-color: #9BABCD;
}
</style>
border-color css
<style>
span { border-color: #9BABCD; }
span { border-color: rgb(155,171,205); }
td.TdClassName
{
border-color: #9BABCD;
}
.TagClassName
{
border-color: #9BABCD;
}
</style>