Shades of Echo Blue #9BA9DB
Tints of Echo Blue #9BA9DB
RGB
CMYK
RGB Variations
Color information
#9BA9DB (or 0x9BA9DB) is known color: Echo Blue. HEX triplet: 9B, A9 and DB. RGB value is (155,169,219). Sum of RGB (Red+Green+Blue) = 155+169+219=543 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.55% from 543); Green value is 169 (66.41% from 255 or 31.12% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BA9DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA9DB is #645624. Grayscale: #AAAAAA. Windows color (decimal): -6575653 or 14395803. OLE color: 14395803.
HSL color Cylindrical-coordinate representation of color #9BA9DB: hue angle of 226.88º 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 #9BA9DB is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 169 | 219 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.14 |
| HSL | 226.88º | 0.47% | 0.73% | - |
| HSV(B) | 226.88º | 0.29% | 0.86% | - |
| XYZ | 40.49 | 40.46 | 72.69 | - |
| YUV | 170.51 | 155.36 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 169 | 219 | 0.29 | 0.23 | 0 | 0.14 | 226.88 | 0.47 | 0.73 |
| Hex | 9B | A9 | DB | 1D | 17 | 0 | E | E3 | 2F | 49 |
| Octal | 233 | 251 | 333 | 35 | 27 | 0 | 16 | 343 | 57 | 111 |
| Binary | 10011011 | 10101001 | 11011011 | 11101 | 10111 | 0 | 1110 | 11100011 | 101111 | 1001001 |
Color Harmonies of #9BA9DB
Complementary color
Monochromatic Colors of #9BA9DB
Black with #9BA9DB
Text Example
Text Example
White with #9BA9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA9DB; }
p { color: rgb(155,169,219); }
H1.HeaderClassName
{
color: #9BA9DB;
}
.AnyTagClassName
{
color: #9BA9DB;
}
</style>
background-color css
<style>
a { background-color: #9BA9DB; }
a { background-color: rgb(155,169,219); }
div.DivClassName
{
background-color: #9BA9DB;
}
.BgClassName
{
background-color: #9BA9DB;
}
</style>
border-color css
<style>
span { border-color: #9BA9DB; }
span { border-color: rgb(155,169,219); }
td.TdClassName
{
border-color: #9BA9DB;
}
.TagClassName
{
border-color: #9BA9DB;
}
</style>