Shades of Echo Blue #9DB6DB
Tints of Echo Blue #9DB6DB
RGB
CMYK
RGB Variations
Color information
#9DB6DB (or 0x9DB6DB) is known color: Echo Blue. HEX triplet: 9D, B6 and DB. RGB value is (157,182,219). Sum of RGB (Red+Green+Blue) = 157+182+219=558 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.14% from 558); Green value is 182 (71.48% from 255 or 32.62% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #9DB6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB6DB is #624924. Grayscale: #B2B2B2. Windows color (decimal): -6441253 or 14399133. OLE color: 14399133.
HSL color Cylindrical-coordinate representation of color #9DB6DB: hue angle of 215.81º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DB6DB is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 182 | 219 | - |
| CMYK | 0.28 | 0.17 | 0 | 0.14 |
| HSL | 215.81º | 0.46% | 0.74% | - |
| HSV(B) | 215.81º | 0.28% | 0.86% | - |
| XYZ | 43.42 | 45.74 | 73.56 | - |
| YUV | 178.74 | 150.72 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 182 | 219 | 0.28 | 0.17 | 0 | 0.14 | 215.81 | 0.46 | 0.74 |
| Hex | 9D | B6 | DB | 1C | 11 | 0 | E | D8 | 2E | 4A |
| Octal | 235 | 266 | 333 | 34 | 21 | 0 | 16 | 330 | 56 | 112 |
| Binary | 10011101 | 10110110 | 11011011 | 11100 | 10001 | 0 | 1110 | 11011000 | 101110 | 1001010 |
Color Harmonies of #9DB6DB
Complementary color
Monochromatic Colors of #9DB6DB
Black with #9DB6DB
Text Example
Text Example
White with #9DB6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB6DB; }
p { color: rgb(157,182,219); }
H1.HeaderClassName
{
color: #9DB6DB;
}
.AnyTagClassName
{
color: #9DB6DB;
}
</style>
background-color css
<style>
a { background-color: #9DB6DB; }
a { background-color: rgb(157,182,219); }
div.DivClassName
{
background-color: #9DB6DB;
}
.BgClassName
{
background-color: #9DB6DB;
}
</style>
border-color css
<style>
span { border-color: #9DB6DB; }
span { border-color: rgb(157,182,219); }
td.TdClassName
{
border-color: #9DB6DB;
}
.TagClassName
{
border-color: #9DB6DB;
}
</style>