Shades of Echo Blue #9BB3CD
Tints of Echo Blue #9BB3CD
RGB
CMYK
RGB Variations
Color information
#9BB3CD (or 0x9BB3CD) is known color: Echo Blue. HEX triplet: 9B, B3 and CD. RGB value is (155,179,205). Sum of RGB (Red+Green+Blue) = 155+179+205=539 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.76% from 539); Green value is 179 (70.31% from 255 or 33.21% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 205 - color contains mainly: blue. Hex color #9BB3CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB3CD is #644C32. Grayscale: #AEAEAE. Windows color (decimal): -6573107 or 13480859. OLE color: 13480859.
HSL color Cylindrical-coordinate representation of color #9BB3CD: hue angle of 211.2º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BB3CD is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 179 | 205 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.20 |
| HSL | 211.2º | 0.33% | 0.71% | - |
| HSV(B) | 211.2º | 0.24% | 0.8% | - |
| XYZ | 40.66 | 43.62 | 64.03 | - |
| YUV | 174.79 | 145.05 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 179 | 205 | 0.24 | 0.13 | 0 | 0.20 | 211.2 | 0.33 | 0.71 |
| Hex | 9B | B3 | CD | 18 | D | 0 | 14 | D3 | 21 | 47 |
| Octal | 233 | 263 | 315 | 30 | 15 | 0 | 24 | 323 | 41 | 107 |
| Binary | 10011011 | 10110011 | 11001101 | 11000 | 1101 | 0 | 10100 | 11010011 | 100001 | 1000111 |
Color Harmonies of #9BB3CD
Complementary color
Monochromatic Colors of #9BB3CD
Black with #9BB3CD
Text Example
Text Example
White with #9BB3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB3CD; }
p { color: rgb(155,179,205); }
H1.HeaderClassName
{
color: #9BB3CD;
}
.AnyTagClassName
{
color: #9BB3CD;
}
</style>
background-color css
<style>
a { background-color: #9BB3CD; }
a { background-color: rgb(155,179,205); }
div.DivClassName
{
background-color: #9BB3CD;
}
.BgClassName
{
background-color: #9BB3CD;
}
</style>
border-color css
<style>
span { border-color: #9BB3CD; }
span { border-color: rgb(155,179,205); }
td.TdClassName
{
border-color: #9BB3CD;
}
.TagClassName
{
border-color: #9BB3CD;
}
</style>