Shades of Echo Blue #98AACD
Tints of Echo Blue #98AACD
RGB
CMYK
RGB Variations
Color information
#98AACD (or 0x98AACD) is known color: Echo Blue. HEX triplet: 98, AA and CD. RGB value is (152,170,205). Sum of RGB (Red+Green+Blue) = 152+170+205=527 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.84% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #98AACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AACD is #675532. Grayscale: #A8A8A8. Windows color (decimal): -6772019 or 13478552. OLE color: 13478552.
HSL color Cylindrical-coordinate representation of color #98AACD: hue angle of 219.62º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98AACD is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 170 | 205 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.20 |
| HSL | 219.62º | 0.35% | 0.7% | - |
| HSV(B) | 219.62º | 0.26% | 0.8% | - |
| XYZ | 38.34 | 39.83 | 63.43 | - |
| YUV | 168.61 | 148.54 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 170 | 205 | 0.26 | 0.17 | 0 | 0.20 | 219.62 | 0.35 | 0.7 |
| Hex | 98 | AA | CD | 1A | 11 | 0 | 14 | DC | 23 | 46 |
| Octal | 230 | 252 | 315 | 32 | 21 | 0 | 24 | 334 | 43 | 106 |
| Binary | 10011000 | 10101010 | 11001101 | 11010 | 10001 | 0 | 10100 | 11011100 | 100011 | 1000110 |
Color Harmonies of #98AACD
Complementary color
Monochromatic Colors of #98AACD
Black with #98AACD
Text Example
Text Example
White with #98AACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AACD; }
p { color: rgb(152,170,205); }
H1.HeaderClassName
{
color: #98AACD;
}
.AnyTagClassName
{
color: #98AACD;
}
</style>
background-color css
<style>
a { background-color: #98AACD; }
a { background-color: rgb(152,170,205); }
div.DivClassName
{
background-color: #98AACD;
}
.BgClassName
{
background-color: #98AACD;
}
</style>
border-color css
<style>
span { border-color: #98AACD; }
span { border-color: rgb(152,170,205); }
td.TdClassName
{
border-color: #98AACD;
}
.TagClassName
{
border-color: #98AACD;
}
</style>