Shades of Echo Blue #9DB1DD
Tints of Echo Blue #9DB1DD
RGB
CMYK
RGB Variations
Color information
#9DB1DD (or 0x9DB1DD) is known color: Echo Blue. HEX triplet: 9D, B1 and DD. RGB value is (157,177,221). Sum of RGB (Red+Green+Blue) = 157+177+221=555 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.29% from 555); Green value is 177 (69.53% from 255 or 31.89% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #9DB1DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DB1DD is #624E22. Grayscale: #AFAFAF. Windows color (decimal): -6442531 or 14528925. OLE color: 14528925.
HSL color Cylindrical-coordinate representation of color #9DB1DD: hue angle of 221.25º 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 #9DB1DD is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 177 | 221 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.13 |
| HSL | 221.25º | 0.48% | 0.74% | - |
| HSV(B) | 221.25º | 0.29% | 0.87% | - |
| XYZ | 42.68 | 43.83 | 74.62 | - |
| YUV | 176.04 | 153.37 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 177 | 221 | 0.29 | 0.20 | 0 | 0.13 | 221.25 | 0.48 | 0.74 |
| Hex | 9D | B1 | DD | 1D | 14 | 0 | D | DD | 30 | 4A |
| Octal | 235 | 261 | 335 | 35 | 24 | 0 | 15 | 335 | 60 | 112 |
| Binary | 10011101 | 10110001 | 11011101 | 11101 | 10100 | 0 | 1101 | 11011101 | 110000 | 1001010 |
Color Harmonies of #9DB1DD
Complementary color
Monochromatic Colors of #9DB1DD
Black with #9DB1DD
Text Example
Text Example
White with #9DB1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB1DD; }
p { color: rgb(157,177,221); }
H1.HeaderClassName
{
color: #9DB1DD;
}
.AnyTagClassName
{
color: #9DB1DD;
}
</style>
background-color css
<style>
a { background-color: #9DB1DD; }
a { background-color: rgb(157,177,221); }
div.DivClassName
{
background-color: #9DB1DD;
}
.BgClassName
{
background-color: #9DB1DD;
}
</style>
border-color css
<style>
span { border-color: #9DB1DD; }
span { border-color: rgb(157,177,221); }
td.TdClassName
{
border-color: #9DB1DD;
}
.TagClassName
{
border-color: #9DB1DD;
}
</style>