Shades of Electric Blue #98FFF7
Tints of Electric Blue #98FFF7
RGB
CMYK
RGB Variations
Color information
#98FFF7 (or 0x98FFF7) is known color: Electric Blue. HEX triplet: 98, FF and F7. RGB value is (152,255,247). Sum of RGB (Red+Green+Blue) = 152+255+247=654 (86% of max value = 765). Red value is 152 (59.77% from 255 or 23.24% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 247 (96.88% from 255 or 37.77% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #98FFF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FFF7 is #670008. Grayscale: #DFDFDF. Windows color (decimal): -6750217 or 16252824. OLE color: 16252824.
HSL color Cylindrical-coordinate representation of color #98FFF7: hue angle of 175.34º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98FFF7 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 255 | 247 | - |
| CMYK | 0.40 | 0 | 0.03 | 0 |
| HSL | 175.34º | 1% | 0.8% | - |
| HSV(B) | 175.34º | 0.4% | 1% | - |
| XYZ | 65.5 | 84.91 | 100.93 | - |
| YUV | 223.29 | 141.38 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 255 | 247 | 0.40 | 0 | 0.03 | 0 | 175.34 | 1 | 0.8 |
| Hex | 98 | FF | F7 | 28 | 0 | 3 | 0 | AF | 64 | 50 |
| Octal | 230 | 377 | 367 | 50 | 0 | 3 | 0 | 257 | 144 | 120 |
| Binary | 10011000 | 11111111 | 11110111 | 101000 | 0 | 11 | 0 | 10101111 | 1100100 | 1010000 |
Color Harmonies of #98FFF7
Complementary color
Monochromatic Colors of #98FFF7
Black with #98FFF7
Text Example
Text Example
White with #98FFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FFF7; }
p { color: rgb(152,255,247); }
H1.HeaderClassName
{
color: #98FFF7;
}
.AnyTagClassName
{
color: #98FFF7;
}
</style>
background-color css
<style>
a { background-color: #98FFF7; }
a { background-color: rgb(152,255,247); }
div.DivClassName
{
background-color: #98FFF7;
}
.BgClassName
{
background-color: #98FFF7;
}
</style>
border-color css
<style>
span { border-color: #98FFF7; }
span { border-color: rgb(152,255,247); }
td.TdClassName
{
border-color: #98FFF7;
}
.TagClassName
{
border-color: #98FFF7;
}
</style>