Shades of Echo Blue #9DAECF
Tints of Echo Blue #9DAECF
RGB
CMYK
RGB Variations
Color information
#9DAECF (or 0x9DAECF) is known color: Echo Blue. HEX triplet: 9D, AE and CF. RGB value is (157,174,207). Sum of RGB (Red+Green+Blue) = 157+174+207=538 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.18% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 207 - color contains mainly: blue. Hex color #9DAECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAECF is #625130. Grayscale: #ACACAC. Windows color (decimal): -6443313 or 13610653. OLE color: 13610653.
HSL color Cylindrical-coordinate representation of color #9DAECF: hue angle of 219.6º 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 #9DAECF is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 174 | 207 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.19 |
| HSL | 219.6º | 0.34% | 0.71% | - |
| HSV(B) | 219.6º | 0.24% | 0.81% | - |
| XYZ | 40.3 | 41.95 | 65 | - |
| YUV | 172.68 | 147.37 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 174 | 207 | 0.24 | 0.16 | 0 | 0.19 | 219.6 | 0.34 | 0.71 |
| Hex | 9D | AE | CF | 18 | 10 | 0 | 13 | DC | 22 | 47 |
| Octal | 235 | 256 | 317 | 30 | 20 | 0 | 23 | 334 | 42 | 107 |
| Binary | 10011101 | 10101110 | 11001111 | 11000 | 10000 | 0 | 10011 | 11011100 | 100010 | 1000111 |
Color Harmonies of #9DAECF
Complementary color
Monochromatic Colors of #9DAECF
Black with #9DAECF
Text Example
Text Example
White with #9DAECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAECF; }
p { color: rgb(157,174,207); }
H1.HeaderClassName
{
color: #9DAECF;
}
.AnyTagClassName
{
color: #9DAECF;
}
</style>
background-color css
<style>
a { background-color: #9DAECF; }
a { background-color: rgb(157,174,207); }
div.DivClassName
{
background-color: #9DAECF;
}
.BgClassName
{
background-color: #9DAECF;
}
</style>
border-color css
<style>
span { border-color: #9DAECF; }
span { border-color: rgb(157,174,207); }
td.TdClassName
{
border-color: #9DAECF;
}
.TagClassName
{
border-color: #9DAECF;
}
</style>