Shades of Echo Blue #98B1DB
Tints of Echo Blue #98B1DB
RGB
CMYK
RGB Variations
Color information
#98B1DB (or 0x98B1DB) is known color: Echo Blue. HEX triplet: 98, B1 and DB. RGB value is (152,177,219). Sum of RGB (Red+Green+Blue) = 152+177+219=548 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.74% from 548); Green value is 177 (69.53% from 255 or 32.30% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #98B1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98B1DB is #674E24. Grayscale: #AEAEAE. Windows color (decimal): -6770213 or 14397848. OLE color: 14397848.
HSL color Cylindrical-coordinate representation of color #98B1DB: hue angle of 217.61º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98B1DB is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 177 | 219 | - |
| CMYK | 0.31 | 0.19 | 0 | 0.14 |
| HSL | 217.61º | 0.48% | 0.73% | - |
| HSV(B) | 217.61º | 0.31% | 0.86% | - |
| XYZ | 41.46 | 43.23 | 73.18 | - |
| YUV | 174.31 | 153.22 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 177 | 219 | 0.31 | 0.19 | 0 | 0.14 | 217.61 | 0.48 | 0.73 |
| Hex | 98 | B1 | DB | 1F | 13 | 0 | E | DA | 30 | 49 |
| Octal | 230 | 261 | 333 | 37 | 23 | 0 | 16 | 332 | 60 | 111 |
| Binary | 10011000 | 10110001 | 11011011 | 11111 | 10011 | 0 | 1110 | 11011010 | 110000 | 1001001 |
Color Harmonies of #98B1DB
Complementary color
Monochromatic Colors of #98B1DB
Black with #98B1DB
Text Example
Text Example
White with #98B1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B1DB; }
p { color: rgb(152,177,219); }
H1.HeaderClassName
{
color: #98B1DB;
}
.AnyTagClassName
{
color: #98B1DB;
}
</style>
background-color css
<style>
a { background-color: #98B1DB; }
a { background-color: rgb(152,177,219); }
div.DivClassName
{
background-color: #98B1DB;
}
.BgClassName
{
background-color: #98B1DB;
}
</style>
border-color css
<style>
span { border-color: #98B1DB; }
span { border-color: rgb(152,177,219); }
td.TdClassName
{
border-color: #98B1DB;
}
.TagClassName
{
border-color: #98B1DB;
}
</style>