Shades of Echo Blue #96ADDC
Tints of Echo Blue #96ADDC
RGB
CMYK
RGB Variations
Color information
#96ADDC (or 0x96ADDC) is known color: Echo Blue. HEX triplet: 96, AD and DC. RGB value is (150,173,220). Sum of RGB (Red+Green+Blue) = 150+173+220=543 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.62% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #96ADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ADDC is #695223. Grayscale: #ABABAB. Windows color (decimal): -6902308 or 14462358. OLE color: 14462358.
HSL color Cylindrical-coordinate representation of color #96ADDC: hue angle of 220.29º 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 #96ADDC is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 173 | 220 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.14 |
| HSL | 220.29º | 0.5% | 0.73% | - |
| HSV(B) | 220.29º | 0.32% | 0.86% | - |
| XYZ | 40.44 | 41.54 | 73.6 | - |
| YUV | 171.48 | 155.38 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 173 | 220 | 0.32 | 0.21 | 0 | 0.14 | 220.29 | 0.5 | 0.73 |
| Hex | 96 | AD | DC | 20 | 15 | 0 | E | DC | 32 | 49 |
| Octal | 226 | 255 | 334 | 40 | 25 | 0 | 16 | 334 | 62 | 111 |
| Binary | 10010110 | 10101101 | 11011100 | 100000 | 10101 | 0 | 1110 | 11011100 | 110010 | 1001001 |
Color Harmonies of #96ADDC
Complementary color
Monochromatic Colors of #96ADDC
Black with #96ADDC
Text Example
Text Example
White with #96ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ADDC; }
p { color: rgb(150,173,220); }
H1.HeaderClassName
{
color: #96ADDC;
}
.AnyTagClassName
{
color: #96ADDC;
}
</style>
background-color css
<style>
a { background-color: #96ADDC; }
a { background-color: rgb(150,173,220); }
div.DivClassName
{
background-color: #96ADDC;
}
.BgClassName
{
background-color: #96ADDC;
}
</style>
border-color css
<style>
span { border-color: #96ADDC; }
span { border-color: rgb(150,173,220); }
td.TdClassName
{
border-color: #96ADDC;
}
.TagClassName
{
border-color: #96ADDC;
}
</style>