Shades of Echo Blue #9BA7D8
Tints of Echo Blue #9BA7D8
RGB
CMYK
RGB Variations
Color information
#9BA7D8 (or 0x9BA7D8) is known color: Echo Blue. HEX triplet: 9B, A7 and D8. RGB value is (155,167,216). Sum of RGB (Red+Green+Blue) = 155+167+216=538 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.81% from 538); Green value is 167 (65.62% from 255 or 31.04% from 538); Blue value is 216 (84.77% from 255 or 40.15% from 538); Max value from RGB is 216 - color contains mainly: blue. Hex color #9BA7D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA7D8 is #645827. Grayscale: #A8A8A8. Windows color (decimal): -6576168 or 14198683. OLE color: 14198683.
HSL color Cylindrical-coordinate representation of color #9BA7D8: hue angle of 228.2º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BA7D8 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 167 | 216 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.15 |
| HSL | 228.2º | 0.44% | 0.73% | - |
| HSV(B) | 228.2º | 0.28% | 0.85% | - |
| XYZ | 39.73 | 39.56 | 70.51 | - |
| YUV | 169 | 154.52 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 167 | 216 | 0.28 | 0.23 | 0 | 0.15 | 228.2 | 0.44 | 0.73 |
| Hex | 9B | A7 | D8 | 1C | 17 | 0 | F | E4 | 2C | 49 |
| Octal | 233 | 247 | 330 | 34 | 27 | 0 | 17 | 344 | 54 | 111 |
| Binary | 10011011 | 10100111 | 11011000 | 11100 | 10111 | 0 | 1111 | 11100100 | 101100 | 1001001 |
Color Harmonies of #9BA7D8
Complementary color
Monochromatic Colors of #9BA7D8
Black with #9BA7D8
Text Example
Text Example
White with #9BA7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA7D8; }
p { color: rgb(155,167,216); }
H1.HeaderClassName
{
color: #9BA7D8;
}
.AnyTagClassName
{
color: #9BA7D8;
}
</style>
background-color css
<style>
a { background-color: #9BA7D8; }
a { background-color: rgb(155,167,216); }
div.DivClassName
{
background-color: #9BA7D8;
}
.BgClassName
{
background-color: #9BA7D8;
}
</style>
border-color css
<style>
span { border-color: #9BA7D8; }
span { border-color: rgb(155,167,216); }
td.TdClassName
{
border-color: #9BA7D8;
}
.TagClassName
{
border-color: #9BA7D8;
}
</style>