Shades of Echo Blue #98AEDB
Tints of Echo Blue #98AEDB
RGB
CMYK
RGB Variations
Color information
#98AEDB (or 0x98AEDB) is known color: Echo Blue. HEX triplet: 98, AE and DB. RGB value is (152,174,219). Sum of RGB (Red+Green+Blue) = 152+174+219=545 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.89% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #98AEDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AEDB is #675124. Grayscale: #ACACAC. Windows color (decimal): -6770981 or 14397080. OLE color: 14397080.
HSL color Cylindrical-coordinate representation of color #98AEDB: hue angle of 220.3º 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 #98AEDB is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 174 | 219 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.14 |
| HSL | 220.3º | 0.48% | 0.73% | - |
| HSV(B) | 220.3º | 0.31% | 0.86% | - |
| XYZ | 40.87 | 42.06 | 72.98 | - |
| YUV | 172.55 | 154.21 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 174 | 219 | 0.31 | 0.21 | 0 | 0.14 | 220.3 | 0.48 | 0.73 |
| Hex | 98 | AE | DB | 1F | 15 | 0 | E | DC | 30 | 49 |
| Octal | 230 | 256 | 333 | 37 | 25 | 0 | 16 | 334 | 60 | 111 |
| Binary | 10011000 | 10101110 | 11011011 | 11111 | 10101 | 0 | 1110 | 11011100 | 110000 | 1001001 |
Color Harmonies of #98AEDB
Complementary color
Monochromatic Colors of #98AEDB
Black with #98AEDB
Text Example
Text Example
White with #98AEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AEDB; }
p { color: rgb(152,174,219); }
H1.HeaderClassName
{
color: #98AEDB;
}
.AnyTagClassName
{
color: #98AEDB;
}
</style>
background-color css
<style>
a { background-color: #98AEDB; }
a { background-color: rgb(152,174,219); }
div.DivClassName
{
background-color: #98AEDB;
}
.BgClassName
{
background-color: #98AEDB;
}
</style>
border-color css
<style>
span { border-color: #98AEDB; }
span { border-color: rgb(152,174,219); }
td.TdClassName
{
border-color: #98AEDB;
}
.TagClassName
{
border-color: #98AEDB;
}
</style>