Shades of Echo Blue #98A6D0
Tints of Echo Blue #98A6D0
RGB
CMYK
RGB Variations
Color information
#98A6D0 (or 0x98A6D0) is known color: Echo Blue. HEX triplet: 98, A6 and D0. RGB value is (152,166,208). Sum of RGB (Red+Green+Blue) = 152+166+208=526 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.90% from 526); Green value is 166 (65.23% from 255 or 31.56% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 208 - color contains mainly: blue. Hex color #98A6D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A6D0 is #67592F. Grayscale: #A6A6A6. Windows color (decimal): -6773040 or 13674136. OLE color: 13674136.
HSL color Cylindrical-coordinate representation of color #98A6D0: hue angle of 225º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98A6D0 is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 166 | 208 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.18 |
| HSL | 225º | 0.37% | 0.71% | - |
| HSV(B) | 225º | 0.27% | 0.82% | - |
| XYZ | 37.97 | 38.5 | 65.1 | - |
| YUV | 166.6 | 151.36 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 166 | 208 | 0.27 | 0.20 | 0 | 0.18 | 225 | 0.37 | 0.71 |
| Hex | 98 | A6 | D0 | 1B | 14 | 0 | 12 | E1 | 25 | 47 |
| Octal | 230 | 246 | 320 | 33 | 24 | 0 | 22 | 341 | 45 | 107 |
| Binary | 10011000 | 10100110 | 11010000 | 11011 | 10100 | 0 | 10010 | 11100001 | 100101 | 1000111 |
Color Harmonies of #98A6D0
Complementary color
Monochromatic Colors of #98A6D0
Black with #98A6D0
Text Example
Text Example
White with #98A6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A6D0; }
p { color: rgb(152,166,208); }
H1.HeaderClassName
{
color: #98A6D0;
}
.AnyTagClassName
{
color: #98A6D0;
}
</style>
background-color css
<style>
a { background-color: #98A6D0; }
a { background-color: rgb(152,166,208); }
div.DivClassName
{
background-color: #98A6D0;
}
.BgClassName
{
background-color: #98A6D0;
}
</style>
border-color css
<style>
span { border-color: #98A6D0; }
span { border-color: rgb(152,166,208); }
td.TdClassName
{
border-color: #98A6D0;
}
.TagClassName
{
border-color: #98A6D0;
}
</style>