Shades of Echo Blue #9BAACB
Tints of Echo Blue #9BAACB
RGB
CMYK
RGB Variations
Color information
#9BAACB (or 0x9BAACB) is known color: Echo Blue. HEX triplet: 9B, AA and CB. RGB value is (155,170,203). Sum of RGB (Red+Green+Blue) = 155+170+203=528 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.36% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 203 - color contains mainly: blue. Hex color #9BAACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAACB is #645534. Grayscale: #A9A9A9. Windows color (decimal): -6575413 or 13347483. OLE color: 13347483.
HSL color Cylindrical-coordinate representation of color #9BAACB: hue angle of 221.25º 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 #9BAACB is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 170 | 203 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.20 |
| HSL | 221.25º | 0.32% | 0.7% | - |
| HSV(B) | 221.25º | 0.24% | 0.8% | - |
| XYZ | 38.67 | 40.03 | 62.19 | - |
| YUV | 169.28 | 147.03 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 170 | 203 | 0.24 | 0.16 | 0 | 0.20 | 221.25 | 0.32 | 0.7 |
| Hex | 9B | AA | CB | 18 | 10 | 0 | 14 | DD | 20 | 46 |
| Octal | 233 | 252 | 313 | 30 | 20 | 0 | 24 | 335 | 40 | 106 |
| Binary | 10011011 | 10101010 | 11001011 | 11000 | 10000 | 0 | 10100 | 11011101 | 100000 | 1000110 |
Color Harmonies of #9BAACB
Complementary color
Monochromatic Colors of #9BAACB
Black with #9BAACB
Text Example
Text Example
White with #9BAACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAACB; }
p { color: rgb(155,170,203); }
H1.HeaderClassName
{
color: #9BAACB;
}
.AnyTagClassName
{
color: #9BAACB;
}
</style>
background-color css
<style>
a { background-color: #9BAACB; }
a { background-color: rgb(155,170,203); }
div.DivClassName
{
background-color: #9BAACB;
}
.BgClassName
{
background-color: #9BAACB;
}
</style>
border-color css
<style>
span { border-color: #9BAACB; }
span { border-color: rgb(155,170,203); }
td.TdClassName
{
border-color: #9BAACB;
}
.TagClassName
{
border-color: #9BAACB;
}
</style>