Shades of Echo Blue #96A8D8
Tints of Echo Blue #96A8D8
RGB
CMYK
RGB Variations
Color information
#96A8D8 (or 0x96A8D8) is known color: Echo Blue. HEX triplet: 96, A8 and D8. RGB value is (150,168,216). Sum of RGB (Red+Green+Blue) = 150+168+216=534 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.09% from 534); Green value is 168 (66.02% from 255 or 31.46% from 534); Blue value is 216 (84.77% from 255 or 40.45% from 534); Max value from RGB is 216 - color contains mainly: blue. Hex color #96A8D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A8D8 is #695727. Grayscale: #A7A7A7. Windows color (decimal): -6903592 or 14198934. OLE color: 14198934.
HSL color Cylindrical-coordinate representation of color #96A8D8: hue angle of 223.64º degrees, saturation: 0.46, 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 #96A8D8 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 168 | 216 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.15 |
| HSL | 223.64º | 0.46% | 0.72% | - |
| HSV(B) | 223.64º | 0.31% | 0.85% | - |
| XYZ | 38.97 | 39.45 | 70.53 | - |
| YUV | 168.09 | 155.04 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 168 | 216 | 0.31 | 0.22 | 0 | 0.15 | 223.64 | 0.46 | 0.72 |
| Hex | 96 | A8 | D8 | 1F | 16 | 0 | F | E0 | 2E | 48 |
| Octal | 226 | 250 | 330 | 37 | 26 | 0 | 17 | 340 | 56 | 110 |
| Binary | 10010110 | 10101000 | 11011000 | 11111 | 10110 | 0 | 1111 | 11100000 | 101110 | 1001000 |
Color Harmonies of #96A8D8
Complementary color
Monochromatic Colors of #96A8D8
Black with #96A8D8
Text Example
Text Example
White with #96A8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A8D8; }
p { color: rgb(150,168,216); }
H1.HeaderClassName
{
color: #96A8D8;
}
.AnyTagClassName
{
color: #96A8D8;
}
</style>
background-color css
<style>
a { background-color: #96A8D8; }
a { background-color: rgb(150,168,216); }
div.DivClassName
{
background-color: #96A8D8;
}
.BgClassName
{
background-color: #96A8D8;
}
</style>
border-color css
<style>
span { border-color: #96A8D8; }
span { border-color: rgb(150,168,216); }
td.TdClassName
{
border-color: #96A8D8;
}
.TagClassName
{
border-color: #96A8D8;
}
</style>