Shades of Echo Blue #96ADDE
Tints of Echo Blue #96ADDE
RGB
CMYK
RGB Variations
Color information
#96ADDE (or 0x96ADDE) is known color: Echo Blue. HEX triplet: 96, AD and DE. RGB value is (150,173,222). Sum of RGB (Red+Green+Blue) = 150+173+222=545 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.52% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 222 - color contains mainly: blue. Hex color #96ADDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ADDE is #695221. Grayscale: #ABABAB. Windows color (decimal): -6902306 or 14593430. OLE color: 14593430.
HSL color Cylindrical-coordinate representation of color #96ADDE: hue angle of 220.83º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96ADDE is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 173 | 222 | - |
| CMYK | 0.32 | 0.22 | 0 | 0.13 |
| HSL | 220.83º | 0.52% | 0.73% | - |
| HSV(B) | 220.83º | 0.32% | 0.87% | - |
| XYZ | 40.71 | 41.65 | 75 | - |
| YUV | 171.71 | 156.38 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 173 | 222 | 0.32 | 0.22 | 0 | 0.13 | 220.83 | 0.52 | 0.73 |
| Hex | 96 | AD | DE | 20 | 16 | 0 | D | DD | 34 | 49 |
| Octal | 226 | 255 | 336 | 40 | 26 | 0 | 15 | 335 | 64 | 111 |
| Binary | 10010110 | 10101101 | 11011110 | 100000 | 10110 | 0 | 1101 | 11011101 | 110100 | 1001001 |
Color Harmonies of #96ADDE
Complementary color
Monochromatic Colors of #96ADDE
Black with #96ADDE
Text Example
Text Example
White with #96ADDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ADDE; }
p { color: rgb(150,173,222); }
H1.HeaderClassName
{
color: #96ADDE;
}
.AnyTagClassName
{
color: #96ADDE;
}
</style>
background-color css
<style>
a { background-color: #96ADDE; }
a { background-color: rgb(150,173,222); }
div.DivClassName
{
background-color: #96ADDE;
}
.BgClassName
{
background-color: #96ADDE;
}
</style>
border-color css
<style>
span { border-color: #96ADDE; }
span { border-color: rgb(150,173,222); }
td.TdClassName
{
border-color: #96ADDE;
}
.TagClassName
{
border-color: #96ADDE;
}
</style>