Shades of Echo Blue #98ADD5
Tints of Echo Blue #98ADD5
RGB
CMYK
RGB Variations
Color information
#98ADD5 (or 0x98ADD5) is known color: Echo Blue. HEX triplet: 98, AD and D5. RGB value is (152,173,213). Sum of RGB (Red+Green+Blue) = 152+173+213=538 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.25% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 213 (83.59% from 255 or 39.59% from 538); Max value from RGB is 213 - color contains mainly: blue. Hex color #98ADD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ADD5 is #67522A. Grayscale: #ABABAB. Windows color (decimal): -6771243 or 14003608. OLE color: 14003608.
HSL color Cylindrical-coordinate representation of color #98ADD5: hue angle of 219.34º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98ADD5 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 173 | 213 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.16 |
| HSL | 219.34º | 0.42% | 0.72% | - |
| HSV(B) | 219.34º | 0.29% | 0.84% | - |
| XYZ | 39.9 | 41.37 | 68.83 | - |
| YUV | 171.28 | 151.54 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 173 | 213 | 0.29 | 0.19 | 0 | 0.16 | 219.34 | 0.42 | 0.72 |
| Hex | 98 | AD | D5 | 1D | 13 | 0 | 10 | DB | 2A | 48 |
| Octal | 230 | 255 | 325 | 35 | 23 | 0 | 20 | 333 | 52 | 110 |
| Binary | 10011000 | 10101101 | 11010101 | 11101 | 10011 | 0 | 10000 | 11011011 | 101010 | 1001000 |
Color Harmonies of #98ADD5
Complementary color
Monochromatic Colors of #98ADD5
Black with #98ADD5
Text Example
Text Example
White with #98ADD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98ADD5; }
p { color: rgb(152,173,213); }
H1.HeaderClassName
{
color: #98ADD5;
}
.AnyTagClassName
{
color: #98ADD5;
}
</style>
background-color css
<style>
a { background-color: #98ADD5; }
a { background-color: rgb(152,173,213); }
div.DivClassName
{
background-color: #98ADD5;
}
.BgClassName
{
background-color: #98ADD5;
}
</style>
border-color css
<style>
span { border-color: #98ADD5; }
span { border-color: rgb(152,173,213); }
td.TdClassName
{
border-color: #98ADD5;
}
.TagClassName
{
border-color: #98ADD5;
}
</style>