Shades of Echo Blue #98ACDB
Tints of Echo Blue #98ACDB
RGB
CMYK
RGB Variations
Color information
#98ACDB (or 0x98ACDB) is known color: Echo Blue. HEX triplet: 98, AC and DB. RGB value is (152,172,219). Sum of RGB (Red+Green+Blue) = 152+172+219=543 (71% of max value = 765). Red value is 152 (59.77% from 255 or 27.99% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #98ACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ACDB is #675324. Grayscale: #ABABAB. Windows color (decimal): -6771493 or 14396568. OLE color: 14396568.
HSL color Cylindrical-coordinate representation of color #98ACDB: hue angle of 222.09º 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 #98ACDB is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 172 | 219 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.14 |
| HSL | 222.09º | 0.48% | 0.73% | - |
| HSV(B) | 222.09º | 0.31% | 0.86% | - |
| XYZ | 40.49 | 41.29 | 72.85 | - |
| YUV | 171.38 | 154.87 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 172 | 219 | 0.31 | 0.21 | 0 | 0.14 | 222.09 | 0.48 | 0.73 |
| Hex | 98 | AC | DB | 1F | 15 | 0 | E | DE | 30 | 49 |
| Octal | 230 | 254 | 333 | 37 | 25 | 0 | 16 | 336 | 60 | 111 |
| Binary | 10011000 | 10101100 | 11011011 | 11111 | 10101 | 0 | 1110 | 11011110 | 110000 | 1001001 |
Color Harmonies of #98ACDB
Complementary color
Monochromatic Colors of #98ACDB
Black with #98ACDB
Text Example
Text Example
White with #98ACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98ACDB; }
p { color: rgb(152,172,219); }
H1.HeaderClassName
{
color: #98ACDB;
}
.AnyTagClassName
{
color: #98ACDB;
}
</style>
background-color css
<style>
a { background-color: #98ACDB; }
a { background-color: rgb(152,172,219); }
div.DivClassName
{
background-color: #98ACDB;
}
.BgClassName
{
background-color: #98ACDB;
}
</style>
border-color css
<style>
span { border-color: #98ACDB; }
span { border-color: rgb(152,172,219); }
td.TdClassName
{
border-color: #98ACDB;
}
.TagClassName
{
border-color: #98ACDB;
}
</style>