Shades of Echo Blue #98A8D5
Tints of Echo Blue #98A8D5
RGB
CMYK
RGB Variations
Color information
#98A8D5 (or 0x98A8D5) is known color: Echo Blue. HEX triplet: 98, A8 and D5. RGB value is (152,168,213). Sum of RGB (Red+Green+Blue) = 152+168+213=533 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.52% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 213 (83.59% from 255 or 39.96% from 533); Max value from RGB is 213 - color contains mainly: blue. Hex color #98A8D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A8D5 is #67572A. Grayscale: #A8A8A8. Windows color (decimal): -6772523 or 14002328. OLE color: 14002328.
HSL color Cylindrical-coordinate representation of color #98A8D5: hue angle of 224.26º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98A8D5 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 168 | 213 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.16 |
| HSL | 224.26º | 0.42% | 0.72% | - |
| HSV(B) | 224.26º | 0.29% | 0.84% | - |
| XYZ | 38.96 | 39.48 | 68.52 | - |
| YUV | 168.35 | 153.2 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 168 | 213 | 0.29 | 0.21 | 0 | 0.16 | 224.26 | 0.42 | 0.72 |
| Hex | 98 | A8 | D5 | 1D | 15 | 0 | 10 | E0 | 2A | 48 |
| Octal | 230 | 250 | 325 | 35 | 25 | 0 | 20 | 340 | 52 | 110 |
| Binary | 10011000 | 10101000 | 11010101 | 11101 | 10101 | 0 | 10000 | 11100000 | 101010 | 1001000 |
Color Harmonies of #98A8D5
Complementary color
Monochromatic Colors of #98A8D5
Black with #98A8D5
Text Example
Text Example
White with #98A8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A8D5; }
p { color: rgb(152,168,213); }
H1.HeaderClassName
{
color: #98A8D5;
}
.AnyTagClassName
{
color: #98A8D5;
}
</style>
background-color css
<style>
a { background-color: #98A8D5; }
a { background-color: rgb(152,168,213); }
div.DivClassName
{
background-color: #98A8D5;
}
.BgClassName
{
background-color: #98A8D5;
}
</style>
border-color css
<style>
span { border-color: #98A8D5; }
span { border-color: rgb(152,168,213); }
td.TdClassName
{
border-color: #98A8D5;
}
.TagClassName
{
border-color: #98A8D5;
}
</style>