Shades of Echo Blue #98A9CC
Tints of Echo Blue #98A9CC
RGB
CMYK
RGB Variations
Color information
#98A9CC (or 0x98A9CC) is known color: Echo Blue. HEX triplet: 98, A9 and CC. RGB value is (152,169,204). Sum of RGB (Red+Green+Blue) = 152+169+204=525 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.95% from 525); Green value is 169 (66.41% from 255 or 32.19% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #98A9CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A9CC is #675633. Grayscale: #A7A7A7. Windows color (decimal): -6772276 or 13412760. OLE color: 13412760.
HSL color Cylindrical-coordinate representation of color #98A9CC: hue angle of 220.38º 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 #98A9CC is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 152 | 169 | 204 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.2 |
| HSL | 220.38º | 0.34% | 0.7% | - |
| HSV(B) | 220.38º | 0.25% | 0.8% | - |
| XYZ | 38.04 | 39.41 | 62.73 | - |
| YUV | 167.91 | 148.37 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 169 | 204 | 0.25 | 0.17 | 0 | 0.2 | 220.38 | 0.34 | 0.7 |
| Hex | 98 | A9 | CC | 19 | 11 | 0 | 14 | DC | 22 | 46 |
| Octal | 230 | 251 | 314 | 31 | 21 | 0 | 24 | 334 | 42 | 106 |
| Binary | 10011000 | 10101001 | 11001100 | 11001 | 10001 | 0 | 10100 | 11011100 | 100010 | 1000110 |
Color Harmonies of #98A9CC
Complementary color
Monochromatic Colors of #98A9CC
Black with #98A9CC
Text Example
Text Example
White with #98A9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A9CC; }
p { color: rgb(152,169,204); }
H1.HeaderClassName
{
color: #98A9CC;
}
.AnyTagClassName
{
color: #98A9CC;
}
</style>
background-color css
<style>
a { background-color: #98A9CC; }
a { background-color: rgb(152,169,204); }
div.DivClassName
{
background-color: #98A9CC;
}
.BgClassName
{
background-color: #98A9CC;
}
</style>
border-color css
<style>
span { border-color: #98A9CC; }
span { border-color: rgb(152,169,204); }
td.TdClassName
{
border-color: #98A9CC;
}
.TagClassName
{
border-color: #98A9CC;
}
</style>