Shades of Echo Blue #98ADDD
Tints of Echo Blue #98ADDD
RGB
CMYK
RGB Variations
Color information
#98ADDD (or 0x98ADDD) is known color: Echo Blue. HEX triplet: 98, AD and DD. RGB value is (152,173,221). Sum of RGB (Red+Green+Blue) = 152+173+221=546 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.84% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #98ADDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ADDD is #675222. Grayscale: #ABABAB. Windows color (decimal): -6771235 or 14527896. OLE color: 14527896.
HSL color Cylindrical-coordinate representation of color #98ADDD: hue angle of 221.74º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98ADDD is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 173 | 221 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.13 |
| HSL | 221.74º | 0.5% | 0.73% | - |
| HSV(B) | 221.74º | 0.31% | 0.87% | - |
| XYZ | 40.94 | 41.78 | 74.31 | - |
| YUV | 172.19 | 155.54 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 173 | 221 | 0.31 | 0.22 | 0 | 0.13 | 221.74 | 0.5 | 0.73 |
| Hex | 98 | AD | DD | 1F | 16 | 0 | D | DE | 32 | 49 |
| Octal | 230 | 255 | 335 | 37 | 26 | 0 | 15 | 336 | 62 | 111 |
| Binary | 10011000 | 10101101 | 11011101 | 11111 | 10110 | 0 | 1101 | 11011110 | 110010 | 1001001 |
Color Harmonies of #98ADDD
Complementary color
Monochromatic Colors of #98ADDD
Black with #98ADDD
Text Example
Text Example
White with #98ADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98ADDD; }
p { color: rgb(152,173,221); }
H1.HeaderClassName
{
color: #98ADDD;
}
.AnyTagClassName
{
color: #98ADDD;
}
</style>
background-color css
<style>
a { background-color: #98ADDD; }
a { background-color: rgb(152,173,221); }
div.DivClassName
{
background-color: #98ADDD;
}
.BgClassName
{
background-color: #98ADDD;
}
</style>
border-color css
<style>
span { border-color: #98ADDD; }
span { border-color: rgb(152,173,221); }
td.TdClassName
{
border-color: #98ADDD;
}
.TagClassName
{
border-color: #98ADDD;
}
</style>