Shades of Echo Blue #96A3CD
Tints of Echo Blue #96A3CD
RGB
CMYK
RGB Variations
Color information
#96A3CD (or 0x96A3CD) is known color: Echo Blue. HEX triplet: 96, A3 and CD. RGB value is (150,163,205). Sum of RGB (Red+Green+Blue) = 150+163+205=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 163 (64.06% from 255 or 31.47% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #96A3CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A3CD is #695C32. Grayscale: #A3A3A3. Windows color (decimal): -6904883 or 13476758. OLE color: 13476758.
HSL color Cylindrical-coordinate representation of color #96A3CD: hue angle of 225.82º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96A3CD is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 163 | 205 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.20 |
| HSL | 225.82º | 0.35% | 0.7% | - |
| HSV(B) | 225.82º | 0.27% | 0.8% | - |
| XYZ | 36.69 | 37.09 | 62.98 | - |
| YUV | 163.9 | 151.19 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 163 | 205 | 0.27 | 0.20 | 0 | 0.20 | 225.82 | 0.35 | 0.7 |
| Hex | 96 | A3 | CD | 1B | 14 | 0 | 14 | E2 | 23 | 46 |
| Octal | 226 | 243 | 315 | 33 | 24 | 0 | 24 | 342 | 43 | 106 |
| Binary | 10010110 | 10100011 | 11001101 | 11011 | 10100 | 0 | 10100 | 11100010 | 100011 | 1000110 |
Color Harmonies of #96A3CD
Complementary color
Monochromatic Colors of #96A3CD
Black with #96A3CD
Text Example
Text Example
White with #96A3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A3CD; }
p { color: rgb(150,163,205); }
H1.HeaderClassName
{
color: #96A3CD;
}
.AnyTagClassName
{
color: #96A3CD;
}
</style>
background-color css
<style>
a { background-color: #96A3CD; }
a { background-color: rgb(150,163,205); }
div.DivClassName
{
background-color: #96A3CD;
}
.BgClassName
{
background-color: #96A3CD;
}
</style>
border-color css
<style>
span { border-color: #96A3CD; }
span { border-color: rgb(150,163,205); }
td.TdClassName
{
border-color: #96A3CD;
}
.TagClassName
{
border-color: #96A3CD;
}
</style>