Shades of Echo Blue #9EB3DC
Tints of Echo Blue #9EB3DC
RGB
CMYK
RGB Variations
Color information
#9EB3DC (or 0x9EB3DC) is known color: Echo Blue. HEX triplet: 9E, B3 and DC. RGB value is (158,179,220). Sum of RGB (Red+Green+Blue) = 158+179+220=557 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.37% from 557); Green value is 179 (70.31% from 255 or 32.14% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #9EB3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EB3DC is #614C23. Grayscale: #B1B1B1. Windows color (decimal): -6376484 or 14463902. OLE color: 14463902.
HSL color Cylindrical-coordinate representation of color #9EB3DC: hue angle of 219.68º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EB3DC is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 179 | 220 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.14 |
| HSL | 219.68º | 0.47% | 0.74% | - |
| HSV(B) | 219.68º | 0.28% | 0.86% | - |
| XYZ | 43.14 | 44.68 | 74.06 | - |
| YUV | 177.4 | 152.04 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 179 | 220 | 0.28 | 0.19 | 0 | 0.14 | 219.68 | 0.47 | 0.74 |
| Hex | 9E | B3 | DC | 1C | 13 | 0 | E | DC | 2F | 4A |
| Octal | 236 | 263 | 334 | 34 | 23 | 0 | 16 | 334 | 57 | 112 |
| Binary | 10011110 | 10110011 | 11011100 | 11100 | 10011 | 0 | 1110 | 11011100 | 101111 | 1001010 |
Color Harmonies of #9EB3DC
Complementary color
Monochromatic Colors of #9EB3DC
Black with #9EB3DC
Text Example
Text Example
White with #9EB3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB3DC; }
p { color: rgb(158,179,220); }
H1.HeaderClassName
{
color: #9EB3DC;
}
.AnyTagClassName
{
color: #9EB3DC;
}
</style>
background-color css
<style>
a { background-color: #9EB3DC; }
a { background-color: rgb(158,179,220); }
div.DivClassName
{
background-color: #9EB3DC;
}
.BgClassName
{
background-color: #9EB3DC;
}
</style>
border-color css
<style>
span { border-color: #9EB3DC; }
span { border-color: rgb(158,179,220); }
td.TdClassName
{
border-color: #9EB3DC;
}
.TagClassName
{
border-color: #9EB3DC;
}
</style>