Shades of Echo Blue #98B2DD
Tints of Echo Blue #98B2DD
RGB
CMYK
RGB Variations
Color information
#98B2DD (or 0x98B2DD) is known color: Echo Blue. HEX triplet: 98, B2 and DD. RGB value is (152,178,221). Sum of RGB (Red+Green+Blue) = 152+178+221=551 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.59% from 551); Green value is 178 (69.92% from 255 or 32.30% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #98B2DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98B2DD is #674D22. Grayscale: #AEAEAE. Windows color (decimal): -6769955 or 14529176. OLE color: 14529176.
HSL color Cylindrical-coordinate representation of color #98B2DD: hue angle of 217.39º 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 #98B2DD is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 178 | 221 | - |
| CMYK | 0.31 | 0.19 | 0 | 0.13 |
| HSL | 217.39º | 0.5% | 0.73% | - |
| HSV(B) | 217.39º | 0.31% | 0.87% | - |
| XYZ | 41.92 | 43.74 | 74.64 | - |
| YUV | 175.13 | 153.89 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 178 | 221 | 0.31 | 0.19 | 0 | 0.13 | 217.39 | 0.5 | 0.73 |
| Hex | 98 | B2 | DD | 1F | 13 | 0 | D | D9 | 32 | 49 |
| Octal | 230 | 262 | 335 | 37 | 23 | 0 | 15 | 331 | 62 | 111 |
| Binary | 10011000 | 10110010 | 11011101 | 11111 | 10011 | 0 | 1101 | 11011001 | 110010 | 1001001 |
Color Harmonies of #98B2DD
Complementary color
Monochromatic Colors of #98B2DD
Black with #98B2DD
Text Example
Text Example
White with #98B2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B2DD; }
p { color: rgb(152,178,221); }
H1.HeaderClassName
{
color: #98B2DD;
}
.AnyTagClassName
{
color: #98B2DD;
}
</style>
background-color css
<style>
a { background-color: #98B2DD; }
a { background-color: rgb(152,178,221); }
div.DivClassName
{
background-color: #98B2DD;
}
.BgClassName
{
background-color: #98B2DD;
}
</style>
border-color css
<style>
span { border-color: #98B2DD; }
span { border-color: rgb(152,178,221); }
td.TdClassName
{
border-color: #98B2DD;
}
.TagClassName
{
border-color: #98B2DD;
}
</style>