Shades of Echo Blue #98B7DB
Tints of Echo Blue #98B7DB
RGB
CMYK
RGB Variations
Color information
#98B7DB (or 0x98B7DB) is known color: Echo Blue. HEX triplet: 98, B7 and DB. RGB value is (152,183,219). Sum of RGB (Red+Green+Blue) = 152+183+219=554 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.44% from 554); Green value is 183 (71.88% from 255 or 33.03% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #98B7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B7DB is #674824. Grayscale: #B1B1B1. Windows color (decimal): -6768677 or 14399384. OLE color: 14399384.
HSL color Cylindrical-coordinate representation of color #98B7DB: hue angle of 212.24º 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 #98B7DB is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 183 | 219 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.14 |
| HSL | 212.24º | 0.48% | 0.73% | - |
| HSV(B) | 212.24º | 0.31% | 0.86% | - |
| XYZ | 42.67 | 45.66 | 73.58 | - |
| YUV | 177.84 | 151.23 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 183 | 219 | 0.31 | 0.16 | 0 | 0.14 | 212.24 | 0.48 | 0.73 |
| Hex | 98 | B7 | DB | 1F | 10 | 0 | E | D4 | 30 | 49 |
| Octal | 230 | 267 | 333 | 37 | 20 | 0 | 16 | 324 | 60 | 111 |
| Binary | 10011000 | 10110111 | 11011011 | 11111 | 10000 | 0 | 1110 | 11010100 | 110000 | 1001001 |
Color Harmonies of #98B7DB
Complementary color
Monochromatic Colors of #98B7DB
Black with #98B7DB
Text Example
Text Example
White with #98B7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B7DB; }
p { color: rgb(152,183,219); }
H1.HeaderClassName
{
color: #98B7DB;
}
.AnyTagClassName
{
color: #98B7DB;
}
</style>
background-color css
<style>
a { background-color: #98B7DB; }
a { background-color: rgb(152,183,219); }
div.DivClassName
{
background-color: #98B7DB;
}
.BgClassName
{
background-color: #98B7DB;
}
</style>
border-color css
<style>
span { border-color: #98B7DB; }
span { border-color: rgb(152,183,219); }
td.TdClassName
{
border-color: #98B7DB;
}
.TagClassName
{
border-color: #98B7DB;
}
</style>