Shades of Echo Blue #98A9D7
Tints of Echo Blue #98A9D7
RGB
CMYK
RGB Variations
Color information
#98A9D7 (or 0x98A9D7) is known color: Echo Blue. HEX triplet: 98, A9 and D7. RGB value is (152,169,215). Sum of RGB (Red+Green+Blue) = 152+169+215=536 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.36% from 536); Green value is 169 (66.41% from 255 or 31.53% from 536); Blue value is 215 (84.38% from 255 or 40.11% from 536); Max value from RGB is 215 - color contains mainly: blue. Hex color #98A9D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A9D7 is #675628. Grayscale: #A8A8A8. Windows color (decimal): -6772265 or 14133656. OLE color: 14133656.
HSL color Cylindrical-coordinate representation of color #98A9D7: hue angle of 223.81º degrees, saturation: 0.44, 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 #98A9D7 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 169 | 215 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.16 |
| HSL | 223.81º | 0.44% | 0.72% | - |
| HSV(B) | 223.81º | 0.29% | 0.84% | - |
| XYZ | 39.4 | 39.96 | 69.93 | - |
| YUV | 169.16 | 153.87 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 169 | 215 | 0.29 | 0.21 | 0 | 0.16 | 223.81 | 0.44 | 0.72 |
| Hex | 98 | A9 | D7 | 1D | 15 | 0 | 10 | E0 | 2C | 48 |
| Octal | 230 | 251 | 327 | 35 | 25 | 0 | 20 | 340 | 54 | 110 |
| Binary | 10011000 | 10101001 | 11010111 | 11101 | 10101 | 0 | 10000 | 11100000 | 101100 | 1001000 |
Color Harmonies of #98A9D7
Complementary color
Monochromatic Colors of #98A9D7
Black with #98A9D7
Text Example
Text Example
White with #98A9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A9D7; }
p { color: rgb(152,169,215); }
H1.HeaderClassName
{
color: #98A9D7;
}
.AnyTagClassName
{
color: #98A9D7;
}
</style>
background-color css
<style>
a { background-color: #98A9D7; }
a { background-color: rgb(152,169,215); }
div.DivClassName
{
background-color: #98A9D7;
}
.BgClassName
{
background-color: #98A9D7;
}
</style>
border-color css
<style>
span { border-color: #98A9D7; }
span { border-color: rgb(152,169,215); }
td.TdClassName
{
border-color: #98A9D7;
}
.TagClassName
{
border-color: #98A9D7;
}
</style>