Shades of Echo Blue #96ABDF
Tints of Echo Blue #96ABDF
RGB
CMYK
RGB Variations
Color information
#96ABDF (or 0x96ABDF) is known color: Echo Blue. HEX triplet: 96, AB and DF. RGB value is (150,171,223). Sum of RGB (Red+Green+Blue) = 150+171+223=544 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.57% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #96ABDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ABDF is #695420. Grayscale: #AAAAAA. Windows color (decimal): -6902817 or 14658454. OLE color: 14658454.
HSL color Cylindrical-coordinate representation of color #96ABDF: hue angle of 222.74º 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 #96ABDF is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 171 | 223 | - |
| CMYK | 0.33 | 0.23 | 0 | 0.13 |
| HSL | 222.74º | 0.53% | 0.73% | - |
| HSV(B) | 222.74º | 0.33% | 0.87% | - |
| XYZ | 40.46 | 40.94 | 75.58 | - |
| YUV | 170.65 | 157.54 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 171 | 223 | 0.33 | 0.23 | 0 | 0.13 | 222.74 | 0.53 | 0.73 |
| Hex | 96 | AB | DF | 21 | 17 | 0 | D | DF | 35 | 49 |
| Octal | 226 | 253 | 337 | 41 | 27 | 0 | 15 | 337 | 65 | 111 |
| Binary | 10010110 | 10101011 | 11011111 | 100001 | 10111 | 0 | 1101 | 11011111 | 110101 | 1001001 |
Color Harmonies of #96ABDF
Complementary color
Monochromatic Colors of #96ABDF
Black with #96ABDF
Text Example
Text Example
White with #96ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ABDF; }
p { color: rgb(150,171,223); }
H1.HeaderClassName
{
color: #96ABDF;
}
.AnyTagClassName
{
color: #96ABDF;
}
</style>
background-color css
<style>
a { background-color: #96ABDF; }
a { background-color: rgb(150,171,223); }
div.DivClassName
{
background-color: #96ABDF;
}
.BgClassName
{
background-color: #96ABDF;
}
</style>
border-color css
<style>
span { border-color: #96ABDF; }
span { border-color: rgb(150,171,223); }
td.TdClassName
{
border-color: #96ABDF;
}
.TagClassName
{
border-color: #96ABDF;
}
</style>