Shades of Echo Blue #98AEDA
Tints of Echo Blue #98AEDA
RGB
CMYK
RGB Variations
Color information
#98AEDA (or 0x98AEDA) is known color: Echo Blue. HEX triplet: 98, AE and DA. RGB value is (152,174,218). Sum of RGB (Red+Green+Blue) = 152+174+218=544 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.94% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #98AEDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AEDA is #675125. Grayscale: #ACACAC. Windows color (decimal): -6770982 or 14331544. OLE color: 14331544.
HSL color Cylindrical-coordinate representation of color #98AEDA: hue angle of 220º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98AEDA is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 174 | 218 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.15 |
| HSL | 220º | 0.47% | 0.73% | - |
| HSV(B) | 220º | 0.3% | 0.85% | - |
| XYZ | 40.74 | 42.01 | 72.29 | - |
| YUV | 172.44 | 153.71 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 174 | 218 | 0.30 | 0.20 | 0 | 0.15 | 220 | 0.47 | 0.73 |
| Hex | 98 | AE | DA | 1E | 14 | 0 | F | DC | 2F | 49 |
| Octal | 230 | 256 | 332 | 36 | 24 | 0 | 17 | 334 | 57 | 111 |
| Binary | 10011000 | 10101110 | 11011010 | 11110 | 10100 | 0 | 1111 | 11011100 | 101111 | 1001001 |
Color Harmonies of #98AEDA
Complementary color
Monochromatic Colors of #98AEDA
Black with #98AEDA
Text Example
Text Example
White with #98AEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AEDA; }
p { color: rgb(152,174,218); }
H1.HeaderClassName
{
color: #98AEDA;
}
.AnyTagClassName
{
color: #98AEDA;
}
</style>
background-color css
<style>
a { background-color: #98AEDA; }
a { background-color: rgb(152,174,218); }
div.DivClassName
{
background-color: #98AEDA;
}
.BgClassName
{
background-color: #98AEDA;
}
</style>
border-color css
<style>
span { border-color: #98AEDA; }
span { border-color: rgb(152,174,218); }
td.TdClassName
{
border-color: #98AEDA;
}
.TagClassName
{
border-color: #98AEDA;
}
</style>