Shades of Echo Blue #9BB8D7
Tints of Echo Blue #9BB8D7
RGB
CMYK
RGB Variations
Color information
#9BB8D7 (or 0x9BB8D7) is known color: Echo Blue. HEX triplet: 9B, B8 and D7. RGB value is (155,184,215). Sum of RGB (Red+Green+Blue) = 155+184+215=554 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.98% from 554); Green value is 184 (72.27% from 255 or 33.21% from 554); Blue value is 215 (84.38% from 255 or 38.81% from 554); Max value from RGB is 215 - color contains mainly: blue. Hex color #9BB8D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB8D7 is #644728. Grayscale: #B2B2B2. Windows color (decimal): -6571817 or 14137499. OLE color: 14137499.
HSL color Cylindrical-coordinate representation of color #9BB8D7: hue angle of 211º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BB8D7 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 184 | 215 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.16 |
| HSL | 211º | 0.43% | 0.73% | - |
| HSV(B) | 211º | 0.28% | 0.84% | - |
| XYZ | 42.92 | 46.16 | 70.94 | - |
| YUV | 178.86 | 148.39 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 184 | 215 | 0.28 | 0.14 | 0 | 0.16 | 211 | 0.43 | 0.73 |
| Hex | 9B | B8 | D7 | 1C | E | 0 | 10 | D3 | 2B | 49 |
| Octal | 233 | 270 | 327 | 34 | 16 | 0 | 20 | 323 | 53 | 111 |
| Binary | 10011011 | 10111000 | 11010111 | 11100 | 1110 | 0 | 10000 | 11010011 | 101011 | 1001001 |
Color Harmonies of #9BB8D7
Complementary color
Monochromatic Colors of #9BB8D7
Black with #9BB8D7
Text Example
Text Example
White with #9BB8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB8D7; }
p { color: rgb(155,184,215); }
H1.HeaderClassName
{
color: #9BB8D7;
}
.AnyTagClassName
{
color: #9BB8D7;
}
</style>
background-color css
<style>
a { background-color: #9BB8D7; }
a { background-color: rgb(155,184,215); }
div.DivClassName
{
background-color: #9BB8D7;
}
.BgClassName
{
background-color: #9BB8D7;
}
</style>
border-color css
<style>
span { border-color: #9BB8D7; }
span { border-color: rgb(155,184,215); }
td.TdClassName
{
border-color: #9BB8D7;
}
.TagClassName
{
border-color: #9BB8D7;
}
</style>