Shades of Echo Blue #98AFDF
Tints of Echo Blue #98AFDF
RGB
CMYK
RGB Variations
Color information
#98AFDF (or 0x98AFDF) is known color: Echo Blue. HEX triplet: 98, AF and DF. RGB value is (152,175,223). Sum of RGB (Red+Green+Blue) = 152+175+223=550 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.64% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #98AFDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AFDF is #675020. Grayscale: #ADADAD. Windows color (decimal): -6770721 or 14659480. OLE color: 14659480.
HSL color Cylindrical-coordinate representation of color #98AFDF: hue angle of 220.56º 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 #98AFDF is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 175 | 223 | - |
| CMYK | 0.32 | 0.22 | 0 | 0.13 |
| HSL | 220.56º | 0.53% | 0.74% | - |
| HSV(B) | 220.56º | 0.32% | 0.87% | - |
| XYZ | 41.6 | 42.66 | 75.85 | - |
| YUV | 173.6 | 155.88 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 175 | 223 | 0.32 | 0.22 | 0 | 0.13 | 220.56 | 0.53 | 0.74 |
| Hex | 98 | AF | DF | 20 | 16 | 0 | D | DD | 35 | 4A |
| Octal | 230 | 257 | 337 | 40 | 26 | 0 | 15 | 335 | 65 | 112 |
| Binary | 10011000 | 10101111 | 11011111 | 100000 | 10110 | 0 | 1101 | 11011101 | 110101 | 1001010 |
Color Harmonies of #98AFDF
Complementary color
Monochromatic Colors of #98AFDF
Black with #98AFDF
Text Example
Text Example
White with #98AFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AFDF; }
p { color: rgb(152,175,223); }
H1.HeaderClassName
{
color: #98AFDF;
}
.AnyTagClassName
{
color: #98AFDF;
}
</style>
background-color css
<style>
a { background-color: #98AFDF; }
a { background-color: rgb(152,175,223); }
div.DivClassName
{
background-color: #98AFDF;
}
.BgClassName
{
background-color: #98AFDF;
}
</style>
border-color css
<style>
span { border-color: #98AFDF; }
span { border-color: rgb(152,175,223); }
td.TdClassName
{
border-color: #98AFDF;
}
.TagClassName
{
border-color: #98AFDF;
}
</style>