Shades of Echo Blue #98AACC
Tints of Echo Blue #98AACC
RGB
CMYK
RGB Variations
Color information
#98AACC (or 0x98AACC) is known color: Echo Blue. HEX triplet: 98, AA and CC. RGB value is (152,170,204). Sum of RGB (Red+Green+Blue) = 152+170+204=526 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.90% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 204 - color contains mainly: blue. Hex color #98AACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AACC is #675533. Grayscale: #A8A8A8. Windows color (decimal): -6772020 or 13413016. OLE color: 13413016.
HSL color Cylindrical-coordinate representation of color #98AACC: hue angle of 219.23º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98AACC is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 152 | 170 | 204 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.2 |
| HSL | 219.23º | 0.34% | 0.7% | - |
| HSV(B) | 219.23º | 0.25% | 0.8% | - |
| XYZ | 38.22 | 39.78 | 62.79 | - |
| YUV | 168.49 | 148.04 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 170 | 204 | 0.25 | 0.17 | 0 | 0.2 | 219.23 | 0.34 | 0.7 |
| Hex | 98 | AA | CC | 19 | 11 | 0 | 14 | DB | 22 | 46 |
| Octal | 230 | 252 | 314 | 31 | 21 | 0 | 24 | 333 | 42 | 106 |
| Binary | 10011000 | 10101010 | 11001100 | 11001 | 10001 | 0 | 10100 | 11011011 | 100010 | 1000110 |
Color Harmonies of #98AACC
Complementary color
Monochromatic Colors of #98AACC
Black with #98AACC
Text Example
Text Example
White with #98AACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AACC; }
p { color: rgb(152,170,204); }
H1.HeaderClassName
{
color: #98AACC;
}
.AnyTagClassName
{
color: #98AACC;
}
</style>
background-color css
<style>
a { background-color: #98AACC; }
a { background-color: rgb(152,170,204); }
div.DivClassName
{
background-color: #98AACC;
}
.BgClassName
{
background-color: #98AACC;
}
</style>
border-color css
<style>
span { border-color: #98AACC; }
span { border-color: rgb(152,170,204); }
td.TdClassName
{
border-color: #98AACC;
}
.TagClassName
{
border-color: #98AACC;
}
</style>