Shades of Echo Blue #98B1DD
Tints of Echo Blue #98B1DD
RGB
CMYK
RGB Variations
Color information
#98B1DD (or 0x98B1DD) is known color: Echo Blue. HEX triplet: 98, B1 and DD. RGB value is (152,177,221). Sum of RGB (Red+Green+Blue) = 152+177+221=550 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.64% from 550); Green value is 177 (69.53% from 255 or 32.18% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #98B1DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98B1DD is #674E22. Grayscale: #AEAEAE. Windows color (decimal): -6770211 or 14528920. OLE color: 14528920.
HSL color Cylindrical-coordinate representation of color #98B1DD: hue angle of 218.26º 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 #98B1DD is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 177 | 221 | - |
| CMYK | 0.31 | 0.20 | 0 | 0.13 |
| HSL | 218.26º | 0.5% | 0.73% | - |
| HSV(B) | 218.26º | 0.31% | 0.87% | - |
| XYZ | 41.72 | 43.34 | 74.57 | - |
| YUV | 174.54 | 154.22 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 177 | 221 | 0.31 | 0.20 | 0 | 0.13 | 218.26 | 0.5 | 0.73 |
| Hex | 98 | B1 | DD | 1F | 14 | 0 | D | DA | 32 | 49 |
| Octal | 230 | 261 | 335 | 37 | 24 | 0 | 15 | 332 | 62 | 111 |
| Binary | 10011000 | 10110001 | 11011101 | 11111 | 10100 | 0 | 1101 | 11011010 | 110010 | 1001001 |
Color Harmonies of #98B1DD
Complementary color
Monochromatic Colors of #98B1DD
Black with #98B1DD
Text Example
Text Example
White with #98B1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B1DD; }
p { color: rgb(152,177,221); }
H1.HeaderClassName
{
color: #98B1DD;
}
.AnyTagClassName
{
color: #98B1DD;
}
</style>
background-color css
<style>
a { background-color: #98B1DD; }
a { background-color: rgb(152,177,221); }
div.DivClassName
{
background-color: #98B1DD;
}
.BgClassName
{
background-color: #98B1DD;
}
</style>
border-color css
<style>
span { border-color: #98B1DD; }
span { border-color: rgb(152,177,221); }
td.TdClassName
{
border-color: #98B1DD;
}
.TagClassName
{
border-color: #98B1DD;
}
</style>