Shades of Echo Blue #98ADDA
Tints of Echo Blue #98ADDA
RGB
CMYK
RGB Variations
Color information
#98ADDA (or 0x98ADDA) is known color: Echo Blue. HEX triplet: 98, AD and DA. RGB value is (152,173,218). Sum of RGB (Red+Green+Blue) = 152+173+218=543 (71% of max value = 765). Red value is 152 (59.77% from 255 or 27.99% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #98ADDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ADDA is #675225. Grayscale: #ABABAB. Windows color (decimal): -6771238 or 14331288. OLE color: 14331288.
HSL color Cylindrical-coordinate representation of color #98ADDA: hue angle of 220.91º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98ADDA is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 173 | 218 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.15 |
| HSL | 220.91º | 0.47% | 0.73% | - |
| HSV(B) | 220.91º | 0.3% | 0.85% | - |
| XYZ | 40.55 | 41.62 | 72.23 | - |
| YUV | 171.85 | 154.04 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 173 | 218 | 0.30 | 0.21 | 0 | 0.15 | 220.91 | 0.47 | 0.73 |
| Hex | 98 | AD | DA | 1E | 15 | 0 | F | DD | 2F | 49 |
| Octal | 230 | 255 | 332 | 36 | 25 | 0 | 17 | 335 | 57 | 111 |
| Binary | 10011000 | 10101101 | 11011010 | 11110 | 10101 | 0 | 1111 | 11011101 | 101111 | 1001001 |
Color Harmonies of #98ADDA
Complementary color
Monochromatic Colors of #98ADDA
Black with #98ADDA
Text Example
Text Example
White with #98ADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98ADDA; }
p { color: rgb(152,173,218); }
H1.HeaderClassName
{
color: #98ADDA;
}
.AnyTagClassName
{
color: #98ADDA;
}
</style>
background-color css
<style>
a { background-color: #98ADDA; }
a { background-color: rgb(152,173,218); }
div.DivClassName
{
background-color: #98ADDA;
}
.BgClassName
{
background-color: #98ADDA;
}
</style>
border-color css
<style>
span { border-color: #98ADDA; }
span { border-color: rgb(152,173,218); }
td.TdClassName
{
border-color: #98ADDA;
}
.TagClassName
{
border-color: #98ADDA;
}
</style>