Shades of Echo Blue #98A9D9
Tints of Echo Blue #98A9D9
RGB
CMYK
RGB Variations
Color information
#98A9D9 (or 0x98A9D9) is known color: Echo Blue. HEX triplet: 98, A9 and D9. RGB value is (152,169,217). Sum of RGB (Red+Green+Blue) = 152+169+217=538 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.25% from 538); Green value is 169 (66.41% from 255 or 31.41% from 538); Blue value is 217 (85.16% from 255 or 40.33% from 538); Max value from RGB is 217 - color contains mainly: blue. Hex color #98A9D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A9D9 is #675626. Grayscale: #A9A9A9. Windows color (decimal): -6772263 or 14264728. OLE color: 14264728.
HSL color Cylindrical-coordinate representation of color #98A9D9: hue angle of 224.31º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98A9D9 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 169 | 217 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.15 |
| HSL | 224.31º | 0.46% | 0.72% | - |
| HSV(B) | 224.31º | 0.3% | 0.85% | - |
| XYZ | 39.66 | 40.06 | 71.29 | - |
| YUV | 169.39 | 154.87 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 169 | 217 | 0.30 | 0.22 | 0 | 0.15 | 224.31 | 0.46 | 0.72 |
| Hex | 98 | A9 | D9 | 1E | 16 | 0 | F | E0 | 2E | 48 |
| Octal | 230 | 251 | 331 | 36 | 26 | 0 | 17 | 340 | 56 | 110 |
| Binary | 10011000 | 10101001 | 11011001 | 11110 | 10110 | 0 | 1111 | 11100000 | 101110 | 1001000 |
Color Harmonies of #98A9D9
Complementary color
Monochromatic Colors of #98A9D9
Black with #98A9D9
Text Example
Text Example
White with #98A9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A9D9; }
p { color: rgb(152,169,217); }
H1.HeaderClassName
{
color: #98A9D9;
}
.AnyTagClassName
{
color: #98A9D9;
}
</style>
background-color css
<style>
a { background-color: #98A9D9; }
a { background-color: rgb(152,169,217); }
div.DivClassName
{
background-color: #98A9D9;
}
.BgClassName
{
background-color: #98A9D9;
}
</style>
border-color css
<style>
span { border-color: #98A9D9; }
span { border-color: rgb(152,169,217); }
td.TdClassName
{
border-color: #98A9D9;
}
.TagClassName
{
border-color: #98A9D9;
}
</style>