Shades of Echo Blue #9BABCB
Tints of Echo Blue #9BABCB
RGB
CMYK
RGB Variations
Color information
#9BABCB (or 0x9BABCB) is known color: Echo Blue. HEX triplet: 9B, AB and CB. RGB value is (155,171,203). Sum of RGB (Red+Green+Blue) = 155+171+203=529 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.30% from 529); Green value is 171 (67.19% from 255 or 32.33% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #9BABCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BABCB is #645434. Grayscale: #A9A9A9. Windows color (decimal): -6575157 or 13347739. OLE color: 13347739.
HSL color Cylindrical-coordinate representation of color #9BABCB: hue angle of 220º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BABCB is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 171 | 203 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.20 |
| HSL | 220º | 0.32% | 0.7% | - |
| HSV(B) | 220º | 0.24% | 0.8% | - |
| XYZ | 38.86 | 40.41 | 62.25 | - |
| YUV | 169.86 | 146.7 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 171 | 203 | 0.24 | 0.16 | 0 | 0.20 | 220 | 0.32 | 0.7 |
| Hex | 9B | AB | CB | 18 | 10 | 0 | 14 | DC | 20 | 46 |
| Octal | 233 | 253 | 313 | 30 | 20 | 0 | 24 | 334 | 40 | 106 |
| Binary | 10011011 | 10101011 | 11001011 | 11000 | 10000 | 0 | 10100 | 11011100 | 100000 | 1000110 |
Color Harmonies of #9BABCB
Complementary color
Monochromatic Colors of #9BABCB
Black with #9BABCB
Text Example
Text Example
White with #9BABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BABCB; }
p { color: rgb(155,171,203); }
H1.HeaderClassName
{
color: #9BABCB;
}
.AnyTagClassName
{
color: #9BABCB;
}
</style>
background-color css
<style>
a { background-color: #9BABCB; }
a { background-color: rgb(155,171,203); }
div.DivClassName
{
background-color: #9BABCB;
}
.BgClassName
{
background-color: #9BABCB;
}
</style>
border-color css
<style>
span { border-color: #9BABCB; }
span { border-color: rgb(155,171,203); }
td.TdClassName
{
border-color: #9BABCB;
}
.TagClassName
{
border-color: #9BABCB;
}
</style>