Shades of Echo Blue #9EB0D4
Tints of Echo Blue #9EB0D4
RGB
CMYK
RGB Variations
Color information
#9EB0D4 (or 0x9EB0D4) is known color: Echo Blue. HEX triplet: 9E, B0 and D4. RGB value is (158,176,212). Sum of RGB (Red+Green+Blue) = 158+176+212=546 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.94% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 212 (83.20% from 255 or 38.83% from 546); Max value from RGB is 212 - color contains mainly: blue. Hex color #9EB0D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EB0D4 is #614F2B. Grayscale: #AEAEAE. Windows color (decimal): -6377260 or 13938846. OLE color: 13938846.
HSL color Cylindrical-coordinate representation of color #9EB0D4: hue angle of 220º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9EB0D4 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 158 | 176 | 212 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.17 |
| HSL | 220º | 0.39% | 0.73% | - |
| HSV(B) | 220º | 0.25% | 0.83% | - |
| XYZ | 41.51 | 43.07 | 68.41 | - |
| YUV | 174.72 | 149.04 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 176 | 212 | 0.25 | 0.17 | 0 | 0.17 | 220 | 0.39 | 0.73 |
| Hex | 9E | B0 | D4 | 19 | 11 | 0 | 11 | DC | 27 | 49 |
| Octal | 236 | 260 | 324 | 31 | 21 | 0 | 21 | 334 | 47 | 111 |
| Binary | 10011110 | 10110000 | 11010100 | 11001 | 10001 | 0 | 10001 | 11011100 | 100111 | 1001001 |
Color Harmonies of #9EB0D4
Complementary color
Monochromatic Colors of #9EB0D4
Black with #9EB0D4
Text Example
Text Example
White with #9EB0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB0D4; }
p { color: rgb(158,176,212); }
H1.HeaderClassName
{
color: #9EB0D4;
}
.AnyTagClassName
{
color: #9EB0D4;
}
</style>
background-color css
<style>
a { background-color: #9EB0D4; }
a { background-color: rgb(158,176,212); }
div.DivClassName
{
background-color: #9EB0D4;
}
.BgClassName
{
background-color: #9EB0D4;
}
</style>
border-color css
<style>
span { border-color: #9EB0D4; }
span { border-color: rgb(158,176,212); }
td.TdClassName
{
border-color: #9EB0D4;
}
.TagClassName
{
border-color: #9EB0D4;
}
</style>