Shades of Echo Blue #96AFDF
Tints of Echo Blue #96AFDF
RGB
CMYK
RGB Variations
Color information
#96AFDF (or 0x96AFDF) is known color: Echo Blue. HEX triplet: 96, AF and DF. RGB value is (150,175,223). Sum of RGB (Red+Green+Blue) = 150+175+223=548 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.37% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #96AFDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AFDF is #695020. Grayscale: #ACACAC. Windows color (decimal): -6901793 or 14659478. OLE color: 14659478.
HSL color Cylindrical-coordinate representation of color #96AFDF: hue angle of 219.45º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96AFDF is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 175 | 223 | - |
| CMYK | 0.33 | 0.22 | 0 | 0.13 |
| HSL | 219.45º | 0.53% | 0.73% | - |
| HSV(B) | 219.45º | 0.33% | 0.87% | - |
| XYZ | 41.23 | 42.47 | 75.84 | - |
| YUV | 173 | 156.22 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 175 | 223 | 0.33 | 0.22 | 0 | 0.13 | 219.45 | 0.53 | 0.73 |
| Hex | 96 | AF | DF | 21 | 16 | 0 | D | DB | 35 | 49 |
| Octal | 226 | 257 | 337 | 41 | 26 | 0 | 15 | 333 | 65 | 111 |
| Binary | 10010110 | 10101111 | 11011111 | 100001 | 10110 | 0 | 1101 | 11011011 | 110101 | 1001001 |
Color Harmonies of #96AFDF
Complementary color
Monochromatic Colors of #96AFDF
Black with #96AFDF
Text Example
Text Example
White with #96AFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AFDF; }
p { color: rgb(150,175,223); }
H1.HeaderClassName
{
color: #96AFDF;
}
.AnyTagClassName
{
color: #96AFDF;
}
</style>
background-color css
<style>
a { background-color: #96AFDF; }
a { background-color: rgb(150,175,223); }
div.DivClassName
{
background-color: #96AFDF;
}
.BgClassName
{
background-color: #96AFDF;
}
</style>
border-color css
<style>
span { border-color: #96AFDF; }
span { border-color: rgb(150,175,223); }
td.TdClassName
{
border-color: #96AFDF;
}
.TagClassName
{
border-color: #96AFDF;
}
</style>