Shades of Electric Blue #98FFFE
Tints of Electric Blue #98FFFE
RGB
CMYK
RGB Variations
Color information
#98FFFE (or 0x98FFFE) is known color: Electric Blue. HEX triplet: 98, FF and FE. RGB value is (152,255,254). Sum of RGB (Red+Green+Blue) = 152+255+254=661 (87% of max value = 765). Red value is 152 (59.77% from 255 or 23.00% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #98FFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FFFE is #670001. Grayscale: #DFDFDF. Windows color (decimal): -6750210 or 16711576. OLE color: 16711576.
HSL color Cylindrical-coordinate representation of color #98FFFE: hue angle of 179.42º 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 #98FFFE is Cyan = 0.40, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 255 | 254 | - |
| CMYK | 0.40 | 0 | 0.00 | 0 |
| HSL | 179.42º | 1% | 0.8% | - |
| HSV(B) | 179.42º | 0.4% | 1% | - |
| XYZ | 66.6 | 85.35 | 106.73 | - |
| YUV | 224.09 | 144.88 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 255 | 254 | 0.40 | 0 | 0.00 | 0 | 179.42 | 1 | 0.8 |
| Hex | 98 | FF | FE | 28 | 0 | 0 | 0 | B3 | 64 | 50 |
| Octal | 230 | 377 | 376 | 50 | 0 | 0 | 0 | 263 | 144 | 120 |
| Binary | 10011000 | 11111111 | 11111110 | 101000 | 0 | 0 | 0 | 10110011 | 1100100 | 1010000 |
Color Harmonies of #98FFFE
Complementary color
Monochromatic Colors of #98FFFE
Black with #98FFFE
Text Example
Text Example
White with #98FFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FFFE; }
p { color: rgb(152,255,254); }
H1.HeaderClassName
{
color: #98FFFE;
}
.AnyTagClassName
{
color: #98FFFE;
}
</style>
background-color css
<style>
a { background-color: #98FFFE; }
a { background-color: rgb(152,255,254); }
div.DivClassName
{
background-color: #98FFFE;
}
.BgClassName
{
background-color: #98FFFE;
}
</style>
border-color css
<style>
span { border-color: #98FFFE; }
span { border-color: rgb(152,255,254); }
td.TdClassName
{
border-color: #98FFFE;
}
.TagClassName
{
border-color: #98FFFE;
}
</style>