Shades of Echo Blue #9DB0CB
Tints of Echo Blue #9DB0CB
RGB
CMYK
RGB Variations
Color information
#9DB0CB (or 0x9DB0CB) is known color: Echo Blue. HEX triplet: 9D, B0 and CB. RGB value is (157,176,203). Sum of RGB (Red+Green+Blue) = 157+176+203=536 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.29% from 536); Green value is 176 (69.14% from 255 or 32.84% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 203 - color contains mainly: blue. Hex color #9DB0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DB0CB is #624F34. Grayscale: #ADADAD. Windows color (decimal): -6442805 or 13349021. OLE color: 13349021.
HSL color Cylindrical-coordinate representation of color #9DB0CB: hue angle of 215.22º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DB0CB is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 176 | 203 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.20 |
| HSL | 215.22º | 0.31% | 0.71% | - |
| HSV(B) | 215.22º | 0.23% | 0.8% | - |
| XYZ | 40.21 | 42.53 | 62.59 | - |
| YUV | 173.4 | 144.71 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 176 | 203 | 0.23 | 0.13 | 0 | 0.20 | 215.22 | 0.31 | 0.71 |
| Hex | 9D | B0 | CB | 17 | D | 0 | 14 | D7 | 1F | 47 |
| Octal | 235 | 260 | 313 | 27 | 15 | 0 | 24 | 327 | 37 | 107 |
| Binary | 10011101 | 10110000 | 11001011 | 10111 | 1101 | 0 | 10100 | 11010111 | 11111 | 1000111 |
Color Harmonies of #9DB0CB
Complementary color
Monochromatic Colors of #9DB0CB
Black with #9DB0CB
Text Example
Text Example
White with #9DB0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB0CB; }
p { color: rgb(157,176,203); }
H1.HeaderClassName
{
color: #9DB0CB;
}
.AnyTagClassName
{
color: #9DB0CB;
}
</style>
background-color css
<style>
a { background-color: #9DB0CB; }
a { background-color: rgb(157,176,203); }
div.DivClassName
{
background-color: #9DB0CB;
}
.BgClassName
{
background-color: #9DB0CB;
}
</style>
border-color css
<style>
span { border-color: #9DB0CB; }
span { border-color: rgb(157,176,203); }
td.TdClassName
{
border-color: #9DB0CB;
}
.TagClassName
{
border-color: #9DB0CB;
}
</style>