Shades of Echo Blue #98ADD3
Tints of Echo Blue #98ADD3
RGB
CMYK
RGB Variations
Color information
#98ADD3 (or 0x98ADD3) is known color: Echo Blue. HEX triplet: 98, AD and D3. RGB value is (152,173,211). Sum of RGB (Red+Green+Blue) = 152+173+211=536 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.36% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 211 (82.81% from 255 or 39.37% from 536); Max value from RGB is 211 - color contains mainly: blue. Hex color #98ADD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ADD3 is #67522C. Grayscale: #AAAAAA. Windows color (decimal): -6771245 or 13872536. OLE color: 13872536.
HSL color Cylindrical-coordinate representation of color #98ADD3: hue angle of 218.64º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98ADD3 is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 152 | 173 | 211 | - |
| CMYK | 0.28 | 0.18 | 0 | 0.17 |
| HSL | 218.64º | 0.4% | 0.71% | - |
| HSV(B) | 218.64º | 0.28% | 0.83% | - |
| XYZ | 39.65 | 41.27 | 67.5 | - |
| YUV | 171.05 | 150.54 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 173 | 211 | 0.28 | 0.18 | 0 | 0.17 | 218.64 | 0.4 | 0.71 |
| Hex | 98 | AD | D3 | 1C | 12 | 0 | 11 | DB | 28 | 47 |
| Octal | 230 | 255 | 323 | 34 | 22 | 0 | 21 | 333 | 50 | 107 |
| Binary | 10011000 | 10101101 | 11010011 | 11100 | 10010 | 0 | 10001 | 11011011 | 101000 | 1000111 |
Color Harmonies of #98ADD3
Complementary color
Monochromatic Colors of #98ADD3
Black with #98ADD3
Text Example
Text Example
White with #98ADD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98ADD3; }
p { color: rgb(152,173,211); }
H1.HeaderClassName
{
color: #98ADD3;
}
.AnyTagClassName
{
color: #98ADD3;
}
</style>
background-color css
<style>
a { background-color: #98ADD3; }
a { background-color: rgb(152,173,211); }
div.DivClassName
{
background-color: #98ADD3;
}
.BgClassName
{
background-color: #98ADD3;
}
</style>
border-color css
<style>
span { border-color: #98ADD3; }
span { border-color: rgb(152,173,211); }
td.TdClassName
{
border-color: #98ADD3;
}
.TagClassName
{
border-color: #98ADD3;
}
</style>