Shades of Echo Blue #9BACCC
Tints of Echo Blue #9BACCC
RGB
CMYK
RGB Variations
Color information
#9BACCC (or 0x9BACCC) is known color: Echo Blue. HEX triplet: 9B, AC and CC. RGB value is (155,172,204). Sum of RGB (Red+Green+Blue) = 155+172+204=531 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.19% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: blue. Hex color #9BACCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BACCC is #645333. Grayscale: #AAAAAA. Windows color (decimal): -6574900 or 13413531. OLE color: 13413531.
HSL color Cylindrical-coordinate representation of color #9BACCC: hue angle of 219.18º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BACCC is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 155 | 172 | 204 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.2 |
| HSL | 219.18º | 0.32% | 0.7% | - |
| HSV(B) | 219.18º | 0.24% | 0.8% | - |
| XYZ | 39.17 | 40.83 | 62.94 | - |
| YUV | 170.57 | 146.87 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 204 | 0.24 | 0.16 | 0 | 0.2 | 219.18 | 0.32 | 0.7 |
| Hex | 9B | AC | CC | 18 | 10 | 0 | 14 | DB | 20 | 46 |
| Octal | 233 | 254 | 314 | 30 | 20 | 0 | 24 | 333 | 40 | 106 |
| Binary | 10011011 | 10101100 | 11001100 | 11000 | 10000 | 0 | 10100 | 11011011 | 100000 | 1000110 |
Color Harmonies of #9BACCC
Complementary color
Monochromatic Colors of #9BACCC
Black with #9BACCC
Text Example
Text Example
White with #9BACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BACCC; }
p { color: rgb(155,172,204); }
H1.HeaderClassName
{
color: #9BACCC;
}
.AnyTagClassName
{
color: #9BACCC;
}
</style>
background-color css
<style>
a { background-color: #9BACCC; }
a { background-color: rgb(155,172,204); }
div.DivClassName
{
background-color: #9BACCC;
}
.BgClassName
{
background-color: #9BACCC;
}
</style>
border-color css
<style>
span { border-color: #9BACCC; }
span { border-color: rgb(155,172,204); }
td.TdClassName
{
border-color: #9BACCC;
}
.TagClassName
{
border-color: #9BACCC;
}
</style>