Shades of Echo Blue #96AEDC
Tints of Echo Blue #96AEDC
RGB
CMYK
RGB Variations
Color information
#96AEDC (or 0x96AEDC) is known color: Echo Blue. HEX triplet: 96, AE and DC. RGB value is (150,174,220). Sum of RGB (Red+Green+Blue) = 150+174+220=544 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.57% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #96AEDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AEDC is #695123. Grayscale: #ABABAB. Windows color (decimal): -6902052 or 14462614. OLE color: 14462614.
HSL color Cylindrical-coordinate representation of color #96AEDC: hue angle of 219.43º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96AEDC is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 174 | 220 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.14 |
| HSL | 219.43º | 0.5% | 0.73% | - |
| HSV(B) | 219.43º | 0.32% | 0.86% | - |
| XYZ | 40.63 | 41.92 | 73.66 | - |
| YUV | 172.07 | 155.05 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 174 | 220 | 0.32 | 0.21 | 0 | 0.14 | 219.43 | 0.5 | 0.73 |
| Hex | 96 | AE | DC | 20 | 15 | 0 | E | DB | 32 | 49 |
| Octal | 226 | 256 | 334 | 40 | 25 | 0 | 16 | 333 | 62 | 111 |
| Binary | 10010110 | 10101110 | 11011100 | 100000 | 10101 | 0 | 1110 | 11011011 | 110010 | 1001001 |
Color Harmonies of #96AEDC
Complementary color
Monochromatic Colors of #96AEDC
Black with #96AEDC
Text Example
Text Example
White with #96AEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AEDC; }
p { color: rgb(150,174,220); }
H1.HeaderClassName
{
color: #96AEDC;
}
.AnyTagClassName
{
color: #96AEDC;
}
</style>
background-color css
<style>
a { background-color: #96AEDC; }
a { background-color: rgb(150,174,220); }
div.DivClassName
{
background-color: #96AEDC;
}
.BgClassName
{
background-color: #96AEDC;
}
</style>
border-color css
<style>
span { border-color: #96AEDC; }
span { border-color: rgb(150,174,220); }
td.TdClassName
{
border-color: #96AEDC;
}
.TagClassName
{
border-color: #96AEDC;
}
</style>