Shades of Echo Blue #9DAACB
Tints of Echo Blue #9DAACB
RGB
CMYK
RGB Variations
Color information
#9DAACB (or 0x9DAACB) is known color: Echo Blue. HEX triplet: 9D, AA and CB. RGB value is (157,170,203). Sum of RGB (Red+Green+Blue) = 157+170+203=530 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.62% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: blue. Hex color #9DAACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAACB is #625534. Grayscale: #A9A9A9. Windows color (decimal): -6444341 or 13347485. OLE color: 13347485.
HSL color Cylindrical-coordinate representation of color #9DAACB: hue angle of 223.04º degrees, saturation: 0.31, 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 #9DAACB is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 170 | 203 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.20 |
| HSL | 223.04º | 0.31% | 0.71% | - |
| HSV(B) | 223.04º | 0.23% | 0.8% | - |
| XYZ | 39.06 | 40.23 | 62.21 | - |
| YUV | 169.88 | 146.69 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 170 | 203 | 0.23 | 0.16 | 0 | 0.20 | 223.04 | 0.31 | 0.71 |
| Hex | 9D | AA | CB | 17 | 10 | 0 | 14 | DF | 1F | 47 |
| Octal | 235 | 252 | 313 | 27 | 20 | 0 | 24 | 337 | 37 | 107 |
| Binary | 10011101 | 10101010 | 11001011 | 10111 | 10000 | 0 | 10100 | 11011111 | 11111 | 1000111 |
Color Harmonies of #9DAACB
Complementary color
Monochromatic Colors of #9DAACB
Black with #9DAACB
Text Example
Text Example
White with #9DAACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAACB; }
p { color: rgb(157,170,203); }
H1.HeaderClassName
{
color: #9DAACB;
}
.AnyTagClassName
{
color: #9DAACB;
}
</style>
background-color css
<style>
a { background-color: #9DAACB; }
a { background-color: rgb(157,170,203); }
div.DivClassName
{
background-color: #9DAACB;
}
.BgClassName
{
background-color: #9DAACB;
}
</style>
border-color css
<style>
span { border-color: #9DAACB; }
span { border-color: rgb(157,170,203); }
td.TdClassName
{
border-color: #9DAACB;
}
.TagClassName
{
border-color: #9DAACB;
}
</style>