Shades of Echo Blue #98AADB
Tints of Echo Blue #98AADB
RGB
CMYK
RGB Variations
Color information
#98AADB (or 0x98AADB) is known color: Echo Blue. HEX triplet: 98, AA and DB. RGB value is (152,170,219). Sum of RGB (Red+Green+Blue) = 152+170+219=541 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.10% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #98AADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AADB is #675524. Grayscale: #A9A9A9. Windows color (decimal): -6772005 or 14396056. OLE color: 14396056.
HSL color Cylindrical-coordinate representation of color #98AADB: hue angle of 223.88º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98AADB is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 170 | 219 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.14 |
| HSL | 223.88º | 0.48% | 0.73% | - |
| HSV(B) | 223.88º | 0.31% | 0.86% | - |
| XYZ | 40.11 | 40.54 | 72.73 | - |
| YUV | 170.2 | 155.54 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 170 | 219 | 0.31 | 0.22 | 0 | 0.14 | 223.88 | 0.48 | 0.73 |
| Hex | 98 | AA | DB | 1F | 16 | 0 | E | E0 | 30 | 49 |
| Octal | 230 | 252 | 333 | 37 | 26 | 0 | 16 | 340 | 60 | 111 |
| Binary | 10011000 | 10101010 | 11011011 | 11111 | 10110 | 0 | 1110 | 11100000 | 110000 | 1001001 |
Color Harmonies of #98AADB
Complementary color
Monochromatic Colors of #98AADB
Black with #98AADB
Text Example
Text Example
White with #98AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AADB; }
p { color: rgb(152,170,219); }
H1.HeaderClassName
{
color: #98AADB;
}
.AnyTagClassName
{
color: #98AADB;
}
</style>
background-color css
<style>
a { background-color: #98AADB; }
a { background-color: rgb(152,170,219); }
div.DivClassName
{
background-color: #98AADB;
}
.BgClassName
{
background-color: #98AADB;
}
</style>
border-color css
<style>
span { border-color: #98AADB; }
span { border-color: rgb(152,170,219); }
td.TdClassName
{
border-color: #98AADB;
}
.TagClassName
{
border-color: #98AADB;
}
</style>