Shades of Echo Blue #98A9DB
Tints of Echo Blue #98A9DB
RGB
CMYK
RGB Variations
Color information
#98A9DB (or 0x98A9DB) is known color: Echo Blue. HEX triplet: 98, A9 and DB. RGB value is (152,169,219). Sum of RGB (Red+Green+Blue) = 152+169+219=540 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.15% from 540); Green value is 169 (66.41% from 255 or 31.30% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #98A9DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A9DB is #675624. Grayscale: #A9A9A9. Windows color (decimal): -6772261 or 14395800. OLE color: 14395800.
HSL color Cylindrical-coordinate representation of color #98A9DB: hue angle of 224.78º 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 #98A9DB is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 169 | 219 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.14 |
| HSL | 224.78º | 0.48% | 0.73% | - |
| HSV(B) | 224.78º | 0.31% | 0.86% | - |
| XYZ | 39.92 | 40.17 | 72.67 | - |
| YUV | 169.62 | 155.87 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 169 | 219 | 0.31 | 0.23 | 0 | 0.14 | 224.78 | 0.48 | 0.73 |
| Hex | 98 | A9 | DB | 1F | 17 | 0 | E | E1 | 30 | 49 |
| Octal | 230 | 251 | 333 | 37 | 27 | 0 | 16 | 341 | 60 | 111 |
| Binary | 10011000 | 10101001 | 11011011 | 11111 | 10111 | 0 | 1110 | 11100001 | 110000 | 1001001 |
Color Harmonies of #98A9DB
Complementary color
Monochromatic Colors of #98A9DB
Black with #98A9DB
Text Example
Text Example
White with #98A9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A9DB; }
p { color: rgb(152,169,219); }
H1.HeaderClassName
{
color: #98A9DB;
}
.AnyTagClassName
{
color: #98A9DB;
}
</style>
background-color css
<style>
a { background-color: #98A9DB; }
a { background-color: rgb(152,169,219); }
div.DivClassName
{
background-color: #98A9DB;
}
.BgClassName
{
background-color: #98A9DB;
}
</style>
border-color css
<style>
span { border-color: #98A9DB; }
span { border-color: rgb(152,169,219); }
td.TdClassName
{
border-color: #98A9DB;
}
.TagClassName
{
border-color: #98A9DB;
}
</style>