Shades of Echo Blue #9BB0CB
Tints of Echo Blue #9BB0CB
RGB
CMYK
RGB Variations
Color information
#9BB0CB (or 0x9BB0CB) is known color: Echo Blue. HEX triplet: 9B, B0 and CB. RGB value is (155,176,203). Sum of RGB (Red+Green+Blue) = 155+176+203=534 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.03% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 203 - color contains mainly: blue. Hex color #9BB0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BB0CB is #644F34. Grayscale: #ACACAC. Windows color (decimal): -6573877 or 13349019. OLE color: 13349019.
HSL color Cylindrical-coordinate representation of color #9BB0CB: hue angle of 213.75º 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 #9BB0CB is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 176 | 203 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.20 |
| HSL | 213.75º | 0.32% | 0.7% | - |
| HSV(B) | 213.75º | 0.24% | 0.8% | - |
| XYZ | 39.82 | 42.33 | 62.57 | - |
| YUV | 172.8 | 145.04 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 176 | 203 | 0.24 | 0.13 | 0 | 0.20 | 213.75 | 0.32 | 0.7 |
| Hex | 9B | B0 | CB | 18 | D | 0 | 14 | D6 | 20 | 46 |
| Octal | 233 | 260 | 313 | 30 | 15 | 0 | 24 | 326 | 40 | 106 |
| Binary | 10011011 | 10110000 | 11001011 | 11000 | 1101 | 0 | 10100 | 11010110 | 100000 | 1000110 |
Color Harmonies of #9BB0CB
Complementary color
Monochromatic Colors of #9BB0CB
Black with #9BB0CB
Text Example
Text Example
White with #9BB0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB0CB; }
p { color: rgb(155,176,203); }
H1.HeaderClassName
{
color: #9BB0CB;
}
.AnyTagClassName
{
color: #9BB0CB;
}
</style>
background-color css
<style>
a { background-color: #9BB0CB; }
a { background-color: rgb(155,176,203); }
div.DivClassName
{
background-color: #9BB0CB;
}
.BgClassName
{
background-color: #9BB0CB;
}
</style>
border-color css
<style>
span { border-color: #9BB0CB; }
span { border-color: rgb(155,176,203); }
td.TdClassName
{
border-color: #9BB0CB;
}
.TagClassName
{
border-color: #9BB0CB;
}
</style>