Shades of Echo Blue #9DB2CF
Tints of Echo Blue #9DB2CF
RGB
CMYK
RGB Variations
Color information
#9DB2CF (or 0x9DB2CF) is known color: Echo Blue. HEX triplet: 9D, B2 and CF. RGB value is (157,178,207). Sum of RGB (Red+Green+Blue) = 157+178+207=542 (71% of max value = 765). Red value is 157 (61.72% from 255 or 28.97% from 542); Green value is 178 (69.92% from 255 or 32.84% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 207 - color contains mainly: blue. Hex color #9DB2CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DB2CF is #624D30. Grayscale: #AEAEAE. Windows color (decimal): -6442289 or 13611677. OLE color: 13611677.
HSL color Cylindrical-coordinate representation of color #9DB2CF: hue angle of 214.8º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DB2CF is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 178 | 207 | - |
| CMYK | 0.24 | 0.14 | 0 | 0.19 |
| HSL | 214.8º | 0.34% | 0.71% | - |
| HSV(B) | 214.8º | 0.24% | 0.81% | - |
| XYZ | 41.09 | 43.51 | 65.26 | - |
| YUV | 175.03 | 146.04 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 178 | 207 | 0.24 | 0.14 | 0 | 0.19 | 214.8 | 0.34 | 0.71 |
| Hex | 9D | B2 | CF | 18 | E | 0 | 13 | D7 | 22 | 47 |
| Octal | 235 | 262 | 317 | 30 | 16 | 0 | 23 | 327 | 42 | 107 |
| Binary | 10011101 | 10110010 | 11001111 | 11000 | 1110 | 0 | 10011 | 11010111 | 100010 | 1000111 |
Color Harmonies of #9DB2CF
Complementary color
Monochromatic Colors of #9DB2CF
Black with #9DB2CF
Text Example
Text Example
White with #9DB2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB2CF; }
p { color: rgb(157,178,207); }
H1.HeaderClassName
{
color: #9DB2CF;
}
.AnyTagClassName
{
color: #9DB2CF;
}
</style>
background-color css
<style>
a { background-color: #9DB2CF; }
a { background-color: rgb(157,178,207); }
div.DivClassName
{
background-color: #9DB2CF;
}
.BgClassName
{
background-color: #9DB2CF;
}
</style>
border-color css
<style>
span { border-color: #9DB2CF; }
span { border-color: rgb(157,178,207); }
td.TdClassName
{
border-color: #9DB2CF;
}
.TagClassName
{
border-color: #9DB2CF;
}
</style>