Shades of Echo Blue #9EAACB
Tints of Echo Blue #9EAACB
RGB
CMYK
RGB Variations
Color information
#9EAACB (or 0x9EAACB) is known color: Echo Blue. HEX triplet: 9E, AA and CB. RGB value is (158,170,203). Sum of RGB (Red+Green+Blue) = 158+170+203=531 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.76% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 203 - color contains mainly: blue. Hex color #9EAACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAACB is #615534. Grayscale: #AAAAAA. Windows color (decimal): -6378805 or 13347486. OLE color: 13347486.
HSL color Cylindrical-coordinate representation of color #9EAACB: hue angle of 224º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9EAACB is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 170 | 203 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.20 |
| HSL | 224º | 0.3% | 0.71% | - |
| HSV(B) | 224º | 0.22% | 0.8% | - |
| XYZ | 39.25 | 40.33 | 62.22 | - |
| YUV | 170.17 | 146.52 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 170 | 203 | 0.22 | 0.16 | 0 | 0.20 | 224 | 0.3 | 0.71 |
| Hex | 9E | AA | CB | 16 | 10 | 0 | 14 | E0 | 1E | 47 |
| Octal | 236 | 252 | 313 | 26 | 20 | 0 | 24 | 340 | 36 | 107 |
| Binary | 10011110 | 10101010 | 11001011 | 10110 | 10000 | 0 | 10100 | 11100000 | 11110 | 1000111 |
Color Harmonies of #9EAACB
Complementary color
Monochromatic Colors of #9EAACB
Black with #9EAACB
Text Example
Text Example
White with #9EAACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAACB; }
p { color: rgb(158,170,203); }
H1.HeaderClassName
{
color: #9EAACB;
}
.AnyTagClassName
{
color: #9EAACB;
}
</style>
background-color css
<style>
a { background-color: #9EAACB; }
a { background-color: rgb(158,170,203); }
div.DivClassName
{
background-color: #9EAACB;
}
.BgClassName
{
background-color: #9EAACB;
}
</style>
border-color css
<style>
span { border-color: #9EAACB; }
span { border-color: rgb(158,170,203); }
td.TdClassName
{
border-color: #9EAACB;
}
.TagClassName
{
border-color: #9EAACB;
}
</style>