Shades of Echo Blue #9DB1CC
Tints of Echo Blue #9DB1CC
RGB
CMYK
RGB Variations
Color information
#9DB1CC (or 0x9DB1CC) is known color: Echo Blue. HEX triplet: 9D, B1 and CC. RGB value is (157,177,204). Sum of RGB (Red+Green+Blue) = 157+177+204=538 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.18% from 538); Green value is 177 (69.53% from 255 or 32.90% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 204 - color contains mainly: blue. Hex color #9DB1CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DB1CC is #624E33. Grayscale: #ADADAD. Windows color (decimal): -6442548 or 13414813. OLE color: 13414813.
HSL color Cylindrical-coordinate representation of color #9DB1CC: hue angle of 214.47º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DB1CC is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 177 | 204 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.2 |
| HSL | 214.47º | 0.32% | 0.71% | - |
| HSV(B) | 214.47º | 0.23% | 0.8% | - |
| XYZ | 40.53 | 42.97 | 63.29 | - |
| YUV | 174.1 | 144.87 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 177 | 204 | 0.23 | 0.13 | 0 | 0.2 | 214.47 | 0.32 | 0.71 |
| Hex | 9D | B1 | CC | 17 | D | 0 | 14 | D6 | 20 | 47 |
| Octal | 235 | 261 | 314 | 27 | 15 | 0 | 24 | 326 | 40 | 107 |
| Binary | 10011101 | 10110001 | 11001100 | 10111 | 1101 | 0 | 10100 | 11010110 | 100000 | 1000111 |
Color Harmonies of #9DB1CC
Complementary color
Monochromatic Colors of #9DB1CC
Black with #9DB1CC
Text Example
Text Example
White with #9DB1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB1CC; }
p { color: rgb(157,177,204); }
H1.HeaderClassName
{
color: #9DB1CC;
}
.AnyTagClassName
{
color: #9DB1CC;
}
</style>
background-color css
<style>
a { background-color: #9DB1CC; }
a { background-color: rgb(157,177,204); }
div.DivClassName
{
background-color: #9DB1CC;
}
.BgClassName
{
background-color: #9DB1CC;
}
</style>
border-color css
<style>
span { border-color: #9DB1CC; }
span { border-color: rgb(157,177,204); }
td.TdClassName
{
border-color: #9DB1CC;
}
.TagClassName
{
border-color: #9DB1CC;
}
</style>