Shades of Echo Blue #98ADDF
Tints of Echo Blue #98ADDF
RGB
CMYK
RGB Variations
Color information
#98ADDF (or 0x98ADDF) is known color: Echo Blue. HEX triplet: 98, AD and DF. RGB value is (152,173,223). Sum of RGB (Red+Green+Blue) = 152+173+223=548 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.74% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #98ADDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ADDF is #675220. Grayscale: #ACACAC. Windows color (decimal): -6771233 or 14658968. OLE color: 14658968.
HSL color Cylindrical-coordinate representation of color #98ADDF: hue angle of 222.25º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98ADDF is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 173 | 223 | - |
| CMYK | 0.32 | 0.22 | 0 | 0.13 |
| HSL | 222.25º | 0.53% | 0.74% | - |
| HSV(B) | 222.25º | 0.32% | 0.87% | - |
| XYZ | 41.21 | 41.89 | 75.73 | - |
| YUV | 172.42 | 156.54 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 173 | 223 | 0.32 | 0.22 | 0 | 0.13 | 222.25 | 0.53 | 0.74 |
| Hex | 98 | AD | DF | 20 | 16 | 0 | D | DE | 35 | 4A |
| Octal | 230 | 255 | 337 | 40 | 26 | 0 | 15 | 336 | 65 | 112 |
| Binary | 10011000 | 10101101 | 11011111 | 100000 | 10110 | 0 | 1101 | 11011110 | 110101 | 1001010 |
Color Harmonies of #98ADDF
Complementary color
Monochromatic Colors of #98ADDF
Black with #98ADDF
Text Example
Text Example
White with #98ADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98ADDF; }
p { color: rgb(152,173,223); }
H1.HeaderClassName
{
color: #98ADDF;
}
.AnyTagClassName
{
color: #98ADDF;
}
</style>
background-color css
<style>
a { background-color: #98ADDF; }
a { background-color: rgb(152,173,223); }
div.DivClassName
{
background-color: #98ADDF;
}
.BgClassName
{
background-color: #98ADDF;
}
</style>
border-color css
<style>
span { border-color: #98ADDF; }
span { border-color: rgb(152,173,223); }
td.TdClassName
{
border-color: #98ADDF;
}
.TagClassName
{
border-color: #98ADDF;
}
</style>