Shades of Echo Blue #9BADDB
Tints of Echo Blue #9BADDB
RGB
CMYK
RGB Variations
Color information
#9BADDB (or 0x9BADDB) is known color: Echo Blue. HEX triplet: 9B, AD and DB. RGB value is (155,173,219). Sum of RGB (Red+Green+Blue) = 155+173+219=547 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.34% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BADDB is #645224. Grayscale: #ACACAC. Windows color (decimal): -6574629 or 14396827. OLE color: 14396827.
HSL color Cylindrical-coordinate representation of color #9BADDB: hue angle of 223.12º 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 #9BADDB is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 173 | 219 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.14 |
| HSL | 223.13º | 0.47% | 0.73% | - |
| HSV(B) | 223.13º | 0.29% | 0.86% | - |
| XYZ | 41.25 | 41.97 | 72.94 | - |
| YUV | 172.86 | 154.04 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 173 | 219 | 0.29 | 0.21 | 0 | 0.14 | 223.13 | 0.47 | 0.73 |
| Hex | 9B | AD | DB | 1D | 15 | 0 | E | DF | 2F | 49 |
| Octal | 233 | 255 | 333 | 35 | 25 | 0 | 16 | 337 | 57 | 111 |
| Binary | 10011011 | 10101101 | 11011011 | 11101 | 10101 | 0 | 1110 | 11011111 | 101111 | 1001001 |
Color Harmonies of #9BADDB
Complementary color
Monochromatic Colors of #9BADDB
Black with #9BADDB
Text Example
Text Example
White with #9BADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BADDB; }
p { color: rgb(155,173,219); }
H1.HeaderClassName
{
color: #9BADDB;
}
.AnyTagClassName
{
color: #9BADDB;
}
</style>
background-color css
<style>
a { background-color: #9BADDB; }
a { background-color: rgb(155,173,219); }
div.DivClassName
{
background-color: #9BADDB;
}
.BgClassName
{
background-color: #9BADDB;
}
</style>
border-color css
<style>
span { border-color: #9BADDB; }
span { border-color: rgb(155,173,219); }
td.TdClassName
{
border-color: #9BADDB;
}
.TagClassName
{
border-color: #9BADDB;
}
</style>