Shades of Echo Blue #9BACCE
Tints of Echo Blue #9BACCE
RGB
CMYK
RGB Variations
Color information
#9BACCE (or 0x9BACCE) is known color: Echo Blue. HEX triplet: 9B, AC and CE. RGB value is (155,172,206). Sum of RGB (Red+Green+Blue) = 155+172+206=533 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.08% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #9BACCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BACCE is #645331. Grayscale: #AAAAAA. Windows color (decimal): -6574898 or 13544603. OLE color: 13544603.
HSL color Cylindrical-coordinate representation of color #9BACCE: hue angle of 220º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BACCE is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 172 | 206 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.19 |
| HSL | 220º | 0.34% | 0.71% | - |
| HSV(B) | 220º | 0.25% | 0.81% | - |
| XYZ | 39.41 | 40.93 | 64.22 | - |
| YUV | 170.79 | 147.87 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 206 | 0.25 | 0.17 | 0 | 0.19 | 220 | 0.34 | 0.71 |
| Hex | 9B | AC | CE | 19 | 11 | 0 | 13 | DC | 22 | 47 |
| Octal | 233 | 254 | 316 | 31 | 21 | 0 | 23 | 334 | 42 | 107 |
| Binary | 10011011 | 10101100 | 11001110 | 11001 | 10001 | 0 | 10011 | 11011100 | 100010 | 1000111 |
Color Harmonies of #9BACCE
Complementary color
Monochromatic Colors of #9BACCE
Black with #9BACCE
Text Example
Text Example
White with #9BACCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BACCE; }
p { color: rgb(155,172,206); }
H1.HeaderClassName
{
color: #9BACCE;
}
.AnyTagClassName
{
color: #9BACCE;
}
</style>
background-color css
<style>
a { background-color: #9BACCE; }
a { background-color: rgb(155,172,206); }
div.DivClassName
{
background-color: #9BACCE;
}
.BgClassName
{
background-color: #9BACCE;
}
</style>
border-color css
<style>
span { border-color: #9BACCE; }
span { border-color: rgb(155,172,206); }
td.TdClassName
{
border-color: #9BACCE;
}
.TagClassName
{
border-color: #9BACCE;
}
</style>