Shades of Echo Blue #9BB7DE
Tints of Echo Blue #9BB7DE
RGB
CMYK
RGB Variations
Color information
#9BB7DE (or 0x9BB7DE) is known color: Echo Blue. HEX triplet: 9B, B7 and DE. RGB value is (155,183,222). Sum of RGB (Red+Green+Blue) = 155+183+222=560 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.68% from 560); Green value is 183 (71.88% from 255 or 32.68% from 560); Blue value is 222 (87.11% from 255 or 39.64% from 560); Max value from RGB is 222 - color contains mainly: blue. Hex color #9BB7DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB7DE is #644821. Grayscale: #B2B2B2. Windows color (decimal): -6572066 or 14595995. OLE color: 14595995.
HSL color Cylindrical-coordinate representation of color #9BB7DE: hue angle of 214.93º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BB7DE is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 183 | 222 | - |
| CMYK | 0.30 | 0.18 | 0 | 0.13 |
| HSL | 214.93º | 0.5% | 0.74% | - |
| HSV(B) | 214.93º | 0.3% | 0.87% | - |
| XYZ | 43.64 | 46.11 | 75.71 | - |
| YUV | 179.07 | 152.22 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 183 | 222 | 0.30 | 0.18 | 0 | 0.13 | 214.93 | 0.5 | 0.74 |
| Hex | 9B | B7 | DE | 1E | 12 | 0 | D | D7 | 32 | 4A |
| Octal | 233 | 267 | 336 | 36 | 22 | 0 | 15 | 327 | 62 | 112 |
| Binary | 10011011 | 10110111 | 11011110 | 11110 | 10010 | 0 | 1101 | 11010111 | 110010 | 1001010 |
Color Harmonies of #9BB7DE
Complementary color
Monochromatic Colors of #9BB7DE
Black with #9BB7DE
Text Example
Text Example
White with #9BB7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB7DE; }
p { color: rgb(155,183,222); }
H1.HeaderClassName
{
color: #9BB7DE;
}
.AnyTagClassName
{
color: #9BB7DE;
}
</style>
background-color css
<style>
a { background-color: #9BB7DE; }
a { background-color: rgb(155,183,222); }
div.DivClassName
{
background-color: #9BB7DE;
}
.BgClassName
{
background-color: #9BB7DE;
}
</style>
border-color css
<style>
span { border-color: #9BB7DE; }
span { border-color: rgb(155,183,222); }
td.TdClassName
{
border-color: #9BB7DE;
}
.TagClassName
{
border-color: #9BB7DE;
}
</style>