Shades of Echo Blue #96ADDF
Tints of Echo Blue #96ADDF
RGB
CMYK
RGB Variations
Color information
#96ADDF (or 0x96ADDF) is known color: Echo Blue. HEX triplet: 96, AD and DF. RGB value is (150,173,223). Sum of RGB (Red+Green+Blue) = 150+173+223=546 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.47% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #96ADDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ADDF is #695220. Grayscale: #ABABAB. Windows color (decimal): -6902305 or 14658966. OLE color: 14658966.
HSL color Cylindrical-coordinate representation of color #96ADDF: hue angle of 221.1º 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 #96ADDF is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 173 | 223 | - |
| CMYK | 0.33 | 0.22 | 0 | 0.13 |
| HSL | 221.1º | 0.53% | 0.73% | - |
| HSV(B) | 221.1º | 0.33% | 0.87% | - |
| XYZ | 40.84 | 41.7 | 75.71 | - |
| YUV | 171.82 | 156.88 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 173 | 223 | 0.33 | 0.22 | 0 | 0.13 | 221.1 | 0.53 | 0.73 |
| Hex | 96 | AD | DF | 21 | 16 | 0 | D | DD | 35 | 49 |
| Octal | 226 | 255 | 337 | 41 | 26 | 0 | 15 | 335 | 65 | 111 |
| Binary | 10010110 | 10101101 | 11011111 | 100001 | 10110 | 0 | 1101 | 11011101 | 110101 | 1001001 |
Color Harmonies of #96ADDF
Complementary color
Monochromatic Colors of #96ADDF
Black with #96ADDF
Text Example
Text Example
White with #96ADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ADDF; }
p { color: rgb(150,173,223); }
H1.HeaderClassName
{
color: #96ADDF;
}
.AnyTagClassName
{
color: #96ADDF;
}
</style>
background-color css
<style>
a { background-color: #96ADDF; }
a { background-color: rgb(150,173,223); }
div.DivClassName
{
background-color: #96ADDF;
}
.BgClassName
{
background-color: #96ADDF;
}
</style>
border-color css
<style>
span { border-color: #96ADDF; }
span { border-color: rgb(150,173,223); }
td.TdClassName
{
border-color: #96ADDF;
}
.TagClassName
{
border-color: #96ADDF;
}
</style>