Shades of Echo Blue #9BA9CB
Tints of Echo Blue #9BA9CB
RGB
CMYK
RGB Variations
Color information
#9BA9CB (or 0x9BA9CB) is known color: Echo Blue. HEX triplet: 9B, A9 and CB. RGB value is (155,169,203). Sum of RGB (Red+Green+Blue) = 155+169+203=527 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.41% from 527); Green value is 169 (66.41% from 255 or 32.07% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #9BA9CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA9CB is #645634. Grayscale: #A8A8A8. Windows color (decimal): -6575669 or 13347227. OLE color: 13347227.
HSL color Cylindrical-coordinate representation of color #9BA9CB: hue angle of 222.5º 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 #9BA9CB is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 169 | 203 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.20 |
| HSL | 222.5º | 0.32% | 0.7% | - |
| HSV(B) | 222.5º | 0.24% | 0.8% | - |
| XYZ | 38.49 | 39.66 | 62.13 | - |
| YUV | 168.69 | 147.36 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 169 | 203 | 0.24 | 0.17 | 0 | 0.20 | 222.5 | 0.32 | 0.7 |
| Hex | 9B | A9 | CB | 18 | 11 | 0 | 14 | DE | 20 | 46 |
| Octal | 233 | 251 | 313 | 30 | 21 | 0 | 24 | 336 | 40 | 106 |
| Binary | 10011011 | 10101001 | 11001011 | 11000 | 10001 | 0 | 10100 | 11011110 | 100000 | 1000110 |
Color Harmonies of #9BA9CB
Complementary color
Monochromatic Colors of #9BA9CB
Black with #9BA9CB
Text Example
Text Example
White with #9BA9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA9CB; }
p { color: rgb(155,169,203); }
H1.HeaderClassName
{
color: #9BA9CB;
}
.AnyTagClassName
{
color: #9BA9CB;
}
</style>
background-color css
<style>
a { background-color: #9BA9CB; }
a { background-color: rgb(155,169,203); }
div.DivClassName
{
background-color: #9BA9CB;
}
.BgClassName
{
background-color: #9BA9CB;
}
</style>
border-color css
<style>
span { border-color: #9BA9CB; }
span { border-color: rgb(155,169,203); }
td.TdClassName
{
border-color: #9BA9CB;
}
.TagClassName
{
border-color: #9BA9CB;
}
</style>