Shades of Echo Blue #98AACB
Tints of Echo Blue #98AACB
RGB
CMYK
RGB Variations
Color information
#98AACB (or 0x98AACB) is known color: Echo Blue. HEX triplet: 98, AA and CB. RGB value is (152,170,203). Sum of RGB (Red+Green+Blue) = 152+170+203=525 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.95% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #98AACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AACB is #675534. Grayscale: #A8A8A8. Windows color (decimal): -6772021 or 13347480. OLE color: 13347480.
HSL color Cylindrical-coordinate representation of color #98AACB: hue angle of 218.82º degrees, saturation: 0.33, 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 #98AACB is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 170 | 203 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.20 |
| HSL | 218.82º | 0.33% | 0.7% | - |
| HSV(B) | 218.82º | 0.25% | 0.8% | - |
| XYZ | 38.1 | 39.74 | 62.16 | - |
| YUV | 168.38 | 147.54 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 170 | 203 | 0.25 | 0.16 | 0 | 0.20 | 218.82 | 0.33 | 0.7 |
| Hex | 98 | AA | CB | 19 | 10 | 0 | 14 | DB | 21 | 46 |
| Octal | 230 | 252 | 313 | 31 | 20 | 0 | 24 | 333 | 41 | 106 |
| Binary | 10011000 | 10101010 | 11001011 | 11001 | 10000 | 0 | 10100 | 11011011 | 100001 | 1000110 |
Color Harmonies of #98AACB
Complementary color
Monochromatic Colors of #98AACB
Black with #98AACB
Text Example
Text Example
White with #98AACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AACB; }
p { color: rgb(152,170,203); }
H1.HeaderClassName
{
color: #98AACB;
}
.AnyTagClassName
{
color: #98AACB;
}
</style>
background-color css
<style>
a { background-color: #98AACB; }
a { background-color: rgb(152,170,203); }
div.DivClassName
{
background-color: #98AACB;
}
.BgClassName
{
background-color: #98AACB;
}
</style>
border-color css
<style>
span { border-color: #98AACB; }
span { border-color: rgb(152,170,203); }
td.TdClassName
{
border-color: #98AACB;
}
.TagClassName
{
border-color: #98AACB;
}
</style>