Shades of Echo Blue #96AFDE
Tints of Echo Blue #96AFDE
RGB
CMYK
RGB Variations
Color information
#96AFDE (or 0x96AFDE) is known color: Echo Blue. HEX triplet: 96, AF and DE. RGB value is (150,175,222). Sum of RGB (Red+Green+Blue) = 150+175+222=547 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.42% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #96AFDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AFDE is #695021. Grayscale: #ACACAC. Windows color (decimal): -6901794 or 14593942. OLE color: 14593942.
HSL color Cylindrical-coordinate representation of color #96AFDE: hue angle of 219.17º 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 #96AFDE is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 175 | 222 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.13 |
| HSL | 219.17º | 0.52% | 0.73% | - |
| HSV(B) | 219.17º | 0.32% | 0.87% | - |
| XYZ | 41.09 | 42.42 | 75.13 | - |
| YUV | 172.88 | 155.72 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 175 | 222 | 0.32 | 0.21 | 0 | 0.13 | 219.17 | 0.52 | 0.73 |
| Hex | 96 | AF | DE | 20 | 15 | 0 | D | DB | 34 | 49 |
| Octal | 226 | 257 | 336 | 40 | 25 | 0 | 15 | 333 | 64 | 111 |
| Binary | 10010110 | 10101111 | 11011110 | 100000 | 10101 | 0 | 1101 | 11011011 | 110100 | 1001001 |
Color Harmonies of #96AFDE
Complementary color
Monochromatic Colors of #96AFDE
Black with #96AFDE
Text Example
Text Example
White with #96AFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AFDE; }
p { color: rgb(150,175,222); }
H1.HeaderClassName
{
color: #96AFDE;
}
.AnyTagClassName
{
color: #96AFDE;
}
</style>
background-color css
<style>
a { background-color: #96AFDE; }
a { background-color: rgb(150,175,222); }
div.DivClassName
{
background-color: #96AFDE;
}
.BgClassName
{
background-color: #96AFDE;
}
</style>
border-color css
<style>
span { border-color: #96AFDE; }
span { border-color: rgb(150,175,222); }
td.TdClassName
{
border-color: #96AFDE;
}
.TagClassName
{
border-color: #96AFDE;
}
</style>