Shades of Echo Blue #9BABDB
Tints of Echo Blue #9BABDB
RGB
CMYK
RGB Variations
Color information
#9BABDB (or 0x9BABDB) is known color: Echo Blue. HEX triplet: 9B, AB and DB. RGB value is (155,171,219). Sum of RGB (Red+Green+Blue) = 155+171+219=545 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.44% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BABDB is #645424. Grayscale: #ABABAB. Windows color (decimal): -6575141 or 14396315. OLE color: 14396315.
HSL color Cylindrical-coordinate representation of color #9BABDB: hue angle of 225º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BABDB is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 171 | 219 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.14 |
| HSL | 225º | 0.47% | 0.73% | - |
| HSV(B) | 225º | 0.29% | 0.86% | - |
| XYZ | 40.87 | 41.21 | 72.82 | - |
| YUV | 171.69 | 154.7 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 171 | 219 | 0.29 | 0.22 | 0 | 0.14 | 225 | 0.47 | 0.73 |
| Hex | 9B | AB | DB | 1D | 16 | 0 | E | E1 | 2F | 49 |
| Octal | 233 | 253 | 333 | 35 | 26 | 0 | 16 | 341 | 57 | 111 |
| Binary | 10011011 | 10101011 | 11011011 | 11101 | 10110 | 0 | 1110 | 11100001 | 101111 | 1001001 |
Color Harmonies of #9BABDB
Complementary color
Monochromatic Colors of #9BABDB
Black with #9BABDB
Text Example
Text Example
White with #9BABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BABDB; }
p { color: rgb(155,171,219); }
H1.HeaderClassName
{
color: #9BABDB;
}
.AnyTagClassName
{
color: #9BABDB;
}
</style>
background-color css
<style>
a { background-color: #9BABDB; }
a { background-color: rgb(155,171,219); }
div.DivClassName
{
background-color: #9BABDB;
}
.BgClassName
{
background-color: #9BABDB;
}
</style>
border-color css
<style>
span { border-color: #9BABDB; }
span { border-color: rgb(155,171,219); }
td.TdClassName
{
border-color: #9BABDB;
}
.TagClassName
{
border-color: #9BABDB;
}
</style>