Shades of Echo Blue #9BB3D7
Tints of Echo Blue #9BB3D7
RGB
CMYK
RGB Variations
Color information
#9BB3D7 (or 0x9BB3D7) is known color: Echo Blue. HEX triplet: 9B, B3 and D7. RGB value is (155,179,215). Sum of RGB (Red+Green+Blue) = 155+179+215=549 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.23% from 549); Green value is 179 (70.31% from 255 or 32.60% from 549); Blue value is 215 (84.38% from 255 or 39.16% from 549); Max value from RGB is 215 - color contains mainly: blue. Hex color #9BB3D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB3D7 is #644C28. Grayscale: #AFAFAF. Windows color (decimal): -6573097 or 14136219. OLE color: 14136219.
HSL color Cylindrical-coordinate representation of color #9BB3D7: hue angle of 216º 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 #9BB3D7 is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 179 | 215 | - |
| CMYK | 0.28 | 0.17 | 0 | 0.16 |
| HSL | 216º | 0.43% | 0.73% | - |
| HSV(B) | 216º | 0.28% | 0.84% | - |
| XYZ | 41.9 | 44.12 | 70.6 | - |
| YUV | 175.93 | 150.05 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 179 | 215 | 0.28 | 0.17 | 0 | 0.16 | 216 | 0.43 | 0.73 |
| Hex | 9B | B3 | D7 | 1C | 11 | 0 | 10 | D8 | 2B | 49 |
| Octal | 233 | 263 | 327 | 34 | 21 | 0 | 20 | 330 | 53 | 111 |
| Binary | 10011011 | 10110011 | 11010111 | 11100 | 10001 | 0 | 10000 | 11011000 | 101011 | 1001001 |
Color Harmonies of #9BB3D7
Complementary color
Monochromatic Colors of #9BB3D7
Black with #9BB3D7
Text Example
Text Example
White with #9BB3D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB3D7; }
p { color: rgb(155,179,215); }
H1.HeaderClassName
{
color: #9BB3D7;
}
.AnyTagClassName
{
color: #9BB3D7;
}
</style>
background-color css
<style>
a { background-color: #9BB3D7; }
a { background-color: rgb(155,179,215); }
div.DivClassName
{
background-color: #9BB3D7;
}
.BgClassName
{
background-color: #9BB3D7;
}
</style>
border-color css
<style>
span { border-color: #9BB3D7; }
span { border-color: rgb(155,179,215); }
td.TdClassName
{
border-color: #9BB3D7;
}
.TagClassName
{
border-color: #9BB3D7;
}
</style>