Shades of Echo Blue #9BA8DB
Tints of Echo Blue #9BA8DB
RGB
CMYK
RGB Variations
Color information
#9BA8DB (or 0x9BA8DB) is known color: Echo Blue. HEX triplet: 9B, A8 and DB. RGB value is (155,168,219). Sum of RGB (Red+Green+Blue) = 155+168+219=542 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.60% from 542); Green value is 168 (66.02% from 255 or 31.00% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BA8DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA8DB is #645724. Grayscale: #A9A9A9. Windows color (decimal): -6575909 or 14395547. OLE color: 14395547.
HSL color Cylindrical-coordinate representation of color #9BA8DB: hue angle of 227.81º 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 #9BA8DB is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 168 | 219 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.14 |
| HSL | 227.81º | 0.47% | 0.73% | - |
| HSV(B) | 227.81º | 0.29% | 0.86% | - |
| XYZ | 40.31 | 40.09 | 72.63 | - |
| YUV | 169.93 | 155.69 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 168 | 219 | 0.29 | 0.23 | 0 | 0.14 | 227.81 | 0.47 | 0.73 |
| Hex | 9B | A8 | DB | 1D | 17 | 0 | E | E4 | 2F | 49 |
| Octal | 233 | 250 | 333 | 35 | 27 | 0 | 16 | 344 | 57 | 111 |
| Binary | 10011011 | 10101000 | 11011011 | 11101 | 10111 | 0 | 1110 | 11100100 | 101111 | 1001001 |
Color Harmonies of #9BA8DB
Complementary color
Monochromatic Colors of #9BA8DB
Black with #9BA8DB
Text Example
Text Example
White with #9BA8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA8DB; }
p { color: rgb(155,168,219); }
H1.HeaderClassName
{
color: #9BA8DB;
}
.AnyTagClassName
{
color: #9BA8DB;
}
</style>
background-color css
<style>
a { background-color: #9BA8DB; }
a { background-color: rgb(155,168,219); }
div.DivClassName
{
background-color: #9BA8DB;
}
.BgClassName
{
background-color: #9BA8DB;
}
</style>
border-color css
<style>
span { border-color: #9BA8DB; }
span { border-color: rgb(155,168,219); }
td.TdClassName
{
border-color: #9BA8DB;
}
.TagClassName
{
border-color: #9BA8DB;
}
</style>