Shades of Echo Blue #9DB0DD
Tints of Echo Blue #9DB0DD
RGB
CMYK
RGB Variations
Color information
#9DB0DD (or 0x9DB0DD) is known color: Echo Blue. HEX triplet: 9D, B0 and DD. RGB value is (157,176,221). Sum of RGB (Red+Green+Blue) = 157+176+221=554 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.34% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #9DB0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DB0DD is #624F22. Grayscale: #AFAFAF. Windows color (decimal): -6442787 or 14528669. OLE color: 14528669.
HSL color Cylindrical-coordinate representation of color #9DB0DD: hue angle of 222.19º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DB0DD is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 176 | 221 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.13 |
| HSL | 222.19º | 0.48% | 0.74% | - |
| HSV(B) | 222.19º | 0.29% | 0.87% | - |
| XYZ | 42.48 | 43.44 | 74.55 | - |
| YUV | 175.45 | 153.71 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 176 | 221 | 0.29 | 0.20 | 0 | 0.13 | 222.19 | 0.48 | 0.74 |
| Hex | 9D | B0 | DD | 1D | 14 | 0 | D | DE | 30 | 4A |
| Octal | 235 | 260 | 335 | 35 | 24 | 0 | 15 | 336 | 60 | 112 |
| Binary | 10011101 | 10110000 | 11011101 | 11101 | 10100 | 0 | 1101 | 11011110 | 110000 | 1001010 |
Color Harmonies of #9DB0DD
Complementary color
Monochromatic Colors of #9DB0DD
Black with #9DB0DD
Text Example
Text Example
White with #9DB0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB0DD; }
p { color: rgb(157,176,221); }
H1.HeaderClassName
{
color: #9DB0DD;
}
.AnyTagClassName
{
color: #9DB0DD;
}
</style>
background-color css
<style>
a { background-color: #9DB0DD; }
a { background-color: rgb(157,176,221); }
div.DivClassName
{
background-color: #9DB0DD;
}
.BgClassName
{
background-color: #9DB0DD;
}
</style>
border-color css
<style>
span { border-color: #9DB0DD; }
span { border-color: rgb(157,176,221); }
td.TdClassName
{
border-color: #9DB0DD;
}
.TagClassName
{
border-color: #9DB0DD;
}
</style>