Shades of Echo Blue #98A9CA
Tints of Echo Blue #98A9CA
RGB
CMYK
RGB Variations
Color information
#98A9CA (or 0x98A9CA) is known color: Echo Blue. HEX triplet: 98, A9 and CA. RGB value is (152,169,202). Sum of RGB (Red+Green+Blue) = 152+169+202=523 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.06% from 523); Green value is 169 (66.41% from 255 or 32.31% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 202 - color contains mainly: blue. Hex color #98A9CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A9CA is #675635. Grayscale: #A7A7A7. Windows color (decimal): -6772278 or 13281688. OLE color: 13281688.
HSL color Cylindrical-coordinate representation of color #98A9CA: hue angle of 219.6º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98A9CA is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 169 | 202 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.21 |
| HSL | 219.6º | 0.32% | 0.69% | - |
| HSV(B) | 219.6º | 0.25% | 0.79% | - |
| XYZ | 37.8 | 39.32 | 61.47 | - |
| YUV | 167.68 | 147.37 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 169 | 202 | 0.25 | 0.16 | 0 | 0.21 | 219.6 | 0.32 | 0.69 |
| Hex | 98 | A9 | CA | 19 | 10 | 0 | 15 | DC | 20 | 45 |
| Octal | 230 | 251 | 312 | 31 | 20 | 0 | 25 | 334 | 40 | 105 |
| Binary | 10011000 | 10101001 | 11001010 | 11001 | 10000 | 0 | 10101 | 11011100 | 100000 | 1000101 |
Color Harmonies of #98A9CA
Complementary color
Monochromatic Colors of #98A9CA
Black with #98A9CA
Text Example
Text Example
White with #98A9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A9CA; }
p { color: rgb(152,169,202); }
H1.HeaderClassName
{
color: #98A9CA;
}
.AnyTagClassName
{
color: #98A9CA;
}
</style>
background-color css
<style>
a { background-color: #98A9CA; }
a { background-color: rgb(152,169,202); }
div.DivClassName
{
background-color: #98A9CA;
}
.BgClassName
{
background-color: #98A9CA;
}
</style>
border-color css
<style>
span { border-color: #98A9CA; }
span { border-color: rgb(152,169,202); }
td.TdClassName
{
border-color: #98A9CA;
}
.TagClassName
{
border-color: #98A9CA;
}
</style>