Shades of Echo Blue #9BA3CB
Tints of Echo Blue #9BA3CB
RGB
CMYK
RGB Variations
Color information
#9BA3CB (or 0x9BA3CB) is known color: Echo Blue. HEX triplet: 9B, A3 and CB. RGB value is (155,163,203). Sum of RGB (Red+Green+Blue) = 155+163+203=521 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.75% from 521); Green value is 163 (64.06% from 255 or 31.29% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #9BA3CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA3CB is #645C34. Grayscale: #A5A5A5. Windows color (decimal): -6577205 or 13345691. OLE color: 13345691.
HSL color Cylindrical-coordinate representation of color #9BA3CB: hue angle of 230º 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 #9BA3CB is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 163 | 203 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.20 |
| HSL | 230º | 0.32% | 0.7% | - |
| HSV(B) | 230º | 0.24% | 0.8% | - |
| XYZ | 37.39 | 37.47 | 61.76 | - |
| YUV | 165.17 | 149.35 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 163 | 203 | 0.24 | 0.20 | 0 | 0.20 | 230 | 0.32 | 0.7 |
| Hex | 9B | A3 | CB | 18 | 14 | 0 | 14 | E6 | 20 | 46 |
| Octal | 233 | 243 | 313 | 30 | 24 | 0 | 24 | 346 | 40 | 106 |
| Binary | 10011011 | 10100011 | 11001011 | 11000 | 10100 | 0 | 10100 | 11100110 | 100000 | 1000110 |
Color Harmonies of #9BA3CB
Complementary color
Monochromatic Colors of #9BA3CB
Black with #9BA3CB
Text Example
Text Example
White with #9BA3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA3CB; }
p { color: rgb(155,163,203); }
H1.HeaderClassName
{
color: #9BA3CB;
}
.AnyTagClassName
{
color: #9BA3CB;
}
</style>
background-color css
<style>
a { background-color: #9BA3CB; }
a { background-color: rgb(155,163,203); }
div.DivClassName
{
background-color: #9BA3CB;
}
.BgClassName
{
background-color: #9BA3CB;
}
</style>
border-color css
<style>
span { border-color: #9BA3CB; }
span { border-color: rgb(155,163,203); }
td.TdClassName
{
border-color: #9BA3CB;
}
.TagClassName
{
border-color: #9BA3CB;
}
</style>