Shades of Echo Blue #96AFDD
Tints of Echo Blue #96AFDD
RGB
CMYK
RGB Variations
Color information
#96AFDD (or 0x96AFDD) is known color: Echo Blue. HEX triplet: 96, AF and DD. RGB value is (150,175,221). Sum of RGB (Red+Green+Blue) = 150+175+221=546 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.47% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #96AFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AFDD is #695022. Grayscale: #ACACAC. Windows color (decimal): -6901795 or 14528406. OLE color: 14528406.
HSL color Cylindrical-coordinate representation of color #96AFDD: hue angle of 218.87º degrees, saturation: 0.51, 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 #96AFDD is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 175 | 221 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.13 |
| HSL | 218.87º | 0.51% | 0.73% | - |
| HSV(B) | 218.87º | 0.32% | 0.87% | - |
| XYZ | 40.96 | 42.36 | 74.43 | - |
| YUV | 172.77 | 155.22 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 175 | 221 | 0.32 | 0.21 | 0 | 0.13 | 218.87 | 0.51 | 0.73 |
| Hex | 96 | AF | DD | 20 | 15 | 0 | D | DB | 33 | 49 |
| Octal | 226 | 257 | 335 | 40 | 25 | 0 | 15 | 333 | 63 | 111 |
| Binary | 10010110 | 10101111 | 11011101 | 100000 | 10101 | 0 | 1101 | 11011011 | 110011 | 1001001 |
Color Harmonies of #96AFDD
Complementary color
Monochromatic Colors of #96AFDD
Black with #96AFDD
Text Example
Text Example
White with #96AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AFDD; }
p { color: rgb(150,175,221); }
H1.HeaderClassName
{
color: #96AFDD;
}
.AnyTagClassName
{
color: #96AFDD;
}
</style>
background-color css
<style>
a { background-color: #96AFDD; }
a { background-color: rgb(150,175,221); }
div.DivClassName
{
background-color: #96AFDD;
}
.BgClassName
{
background-color: #96AFDD;
}
</style>
border-color css
<style>
span { border-color: #96AFDD; }
span { border-color: rgb(150,175,221); }
td.TdClassName
{
border-color: #96AFDD;
}
.TagClassName
{
border-color: #96AFDD;
}
</style>