Shades of Echo Blue #96A8D9
Tints of Echo Blue #96A8D9
RGB
CMYK
RGB Variations
Color information
#96A8D9 (or 0x96A8D9) is known color: Echo Blue. HEX triplet: 96, A8 and D9. RGB value is (150,168,217). Sum of RGB (Red+Green+Blue) = 150+168+217=535 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.04% from 535); Green value is 168 (66.02% from 255 or 31.40% from 535); Blue value is 217 (85.16% from 255 or 40.56% from 535); Max value from RGB is 217 - color contains mainly: blue. Hex color #96A8D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A8D9 is #695726. Grayscale: #A7A7A7. Windows color (decimal): -6903591 or 14264470. OLE color: 14264470.
HSL color Cylindrical-coordinate representation of color #96A8D9: hue angle of 223.88º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96A8D9 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 168 | 217 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.15 |
| HSL | 223.88º | 0.47% | 0.72% | - |
| HSV(B) | 223.88º | 0.31% | 0.85% | - |
| XYZ | 39.1 | 39.5 | 71.21 | - |
| YUV | 168.2 | 155.54 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 168 | 217 | 0.31 | 0.23 | 0 | 0.15 | 223.88 | 0.47 | 0.72 |
| Hex | 96 | A8 | D9 | 1F | 17 | 0 | F | E0 | 2F | 48 |
| Octal | 226 | 250 | 331 | 37 | 27 | 0 | 17 | 340 | 57 | 110 |
| Binary | 10010110 | 10101000 | 11011001 | 11111 | 10111 | 0 | 1111 | 11100000 | 101111 | 1001000 |
Color Harmonies of #96A8D9
Complementary color
Monochromatic Colors of #96A8D9
Black with #96A8D9
Text Example
Text Example
White with #96A8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A8D9; }
p { color: rgb(150,168,217); }
H1.HeaderClassName
{
color: #96A8D9;
}
.AnyTagClassName
{
color: #96A8D9;
}
</style>
background-color css
<style>
a { background-color: #96A8D9; }
a { background-color: rgb(150,168,217); }
div.DivClassName
{
background-color: #96A8D9;
}
.BgClassName
{
background-color: #96A8D9;
}
</style>
border-color css
<style>
span { border-color: #96A8D9; }
span { border-color: rgb(150,168,217); }
td.TdClassName
{
border-color: #96A8D9;
}
.TagClassName
{
border-color: #96A8D9;
}
</style>