Shades of Echo Blue #98B4DD
Tints of Echo Blue #98B4DD
RGB
CMYK
RGB Variations
Color information
#98B4DD (or 0x98B4DD) is known color: Echo Blue. HEX triplet: 98, B4 and DD. RGB value is (152,180,221). Sum of RGB (Red+Green+Blue) = 152+180+221=553 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.49% from 553); Green value is 180 (70.70% from 255 or 32.55% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #98B4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B4DD is #674B22. Grayscale: #B0B0B0. Windows color (decimal): -6769443 or 14529688. OLE color: 14529688.
HSL color Cylindrical-coordinate representation of color #98B4DD: hue angle of 215.65º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98B4DD is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 180 | 221 | - |
| CMYK | 0.31 | 0.19 | 0 | 0.13 |
| HSL | 215.65º | 0.5% | 0.73% | - |
| HSV(B) | 215.65º | 0.31% | 0.87% | - |
| XYZ | 42.32 | 44.54 | 74.77 | - |
| YUV | 176.3 | 153.22 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 180 | 221 | 0.31 | 0.19 | 0 | 0.13 | 215.65 | 0.5 | 0.73 |
| Hex | 98 | B4 | DD | 1F | 13 | 0 | D | D8 | 32 | 49 |
| Octal | 230 | 264 | 335 | 37 | 23 | 0 | 15 | 330 | 62 | 111 |
| Binary | 10011000 | 10110100 | 11011101 | 11111 | 10011 | 0 | 1101 | 11011000 | 110010 | 1001001 |
Color Harmonies of #98B4DD
Complementary color
Monochromatic Colors of #98B4DD
Black with #98B4DD
Text Example
Text Example
White with #98B4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B4DD; }
p { color: rgb(152,180,221); }
H1.HeaderClassName
{
color: #98B4DD;
}
.AnyTagClassName
{
color: #98B4DD;
}
</style>
background-color css
<style>
a { background-color: #98B4DD; }
a { background-color: rgb(152,180,221); }
div.DivClassName
{
background-color: #98B4DD;
}
.BgClassName
{
background-color: #98B4DD;
}
</style>
border-color css
<style>
span { border-color: #98B4DD; }
span { border-color: rgb(152,180,221); }
td.TdClassName
{
border-color: #98B4DD;
}
.TagClassName
{
border-color: #98B4DD;
}
</style>