Shades of Echo Blue #96A7D7
Tints of Echo Blue #96A7D7
RGB
CMYK
RGB Variations
Color information
#96A7D7 (or 0x96A7D7) is known color: Echo Blue. HEX triplet: 96, A7 and D7. RGB value is (150,167,215). Sum of RGB (Red+Green+Blue) = 150+167+215=532 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.20% from 532); Green value is 167 (65.62% from 255 or 31.39% from 532); Blue value is 215 (84.38% from 255 or 40.41% from 532); Max value from RGB is 215 - color contains mainly: blue. Hex color #96A7D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A7D7 is #695828. Grayscale: #A7A7A7. Windows color (decimal): -6903849 or 14133142. OLE color: 14133142.
HSL color Cylindrical-coordinate representation of color #96A7D7: hue angle of 224.31º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96A7D7 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 167 | 215 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.16 |
| HSL | 224.31º | 0.45% | 0.72% | - |
| HSV(B) | 224.31º | 0.3% | 0.84% | - |
| XYZ | 38.66 | 39.03 | 69.79 | - |
| YUV | 167.39 | 154.87 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 167 | 215 | 0.30 | 0.22 | 0 | 0.16 | 224.31 | 0.45 | 0.72 |
| Hex | 96 | A7 | D7 | 1E | 16 | 0 | 10 | E0 | 2D | 48 |
| Octal | 226 | 247 | 327 | 36 | 26 | 0 | 20 | 340 | 55 | 110 |
| Binary | 10010110 | 10100111 | 11010111 | 11110 | 10110 | 0 | 10000 | 11100000 | 101101 | 1001000 |
Color Harmonies of #96A7D7
Complementary color
Monochromatic Colors of #96A7D7
Black with #96A7D7
Text Example
Text Example
White with #96A7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A7D7; }
p { color: rgb(150,167,215); }
H1.HeaderClassName
{
color: #96A7D7;
}
.AnyTagClassName
{
color: #96A7D7;
}
</style>
background-color css
<style>
a { background-color: #96A7D7; }
a { background-color: rgb(150,167,215); }
div.DivClassName
{
background-color: #96A7D7;
}
.BgClassName
{
background-color: #96A7D7;
}
</style>
border-color css
<style>
span { border-color: #96A7D7; }
span { border-color: rgb(150,167,215); }
td.TdClassName
{
border-color: #96A7D7;
}
.TagClassName
{
border-color: #96A7D7;
}
</style>