Shades of Electric Blue #98FEFE
Tints of Electric Blue #98FEFE
RGB
CMYK
RGB Variations
Color information
#98FEFE (or 0x98FEFE) is known color: Electric Blue. HEX triplet: 98, FE and FE. RGB value is (152,254,254). Sum of RGB (Red+Green+Blue) = 152+254+254=660 (87% of max value = 765). Red value is 152 (59.77% from 255 or 23.03% from 660); Green value is 254 (99.61% from 255 or 38.48% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #98FEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FEFE is #670101. Grayscale: #DFDFDF. Windows color (decimal): -6750466 or 16711320. OLE color: 16711320.
HSL color Cylindrical-coordinate representation of color #98FEFE: hue angle of 180º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98FEFE is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 254 | 254 | - |
| CMYK | 0.40 | 0 | 0 | 0.00 |
| HSL | 180º | 0.98% | 0.8% | - |
| HSV(B) | 180º | 0.4% | 1% | - |
| XYZ | 66.28 | 84.71 | 106.62 | - |
| YUV | 223.5 | 145.21 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 254 | 254 | 0.40 | 0 | 0 | 0.00 | 180 | 0.98 | 0.8 |
| Hex | 98 | FE | FE | 28 | 0 | 0 | 0 | B4 | 62 | 50 |
| Octal | 230 | 376 | 376 | 50 | 0 | 0 | 0 | 264 | 142 | 120 |
| Binary | 10011000 | 11111110 | 11111110 | 101000 | 0 | 0 | 0 | 10110100 | 1100010 | 1010000 |
Color Harmonies of #98FEFE
Complementary color
Monochromatic Colors of #98FEFE
Black with #98FEFE
Text Example
Text Example
White with #98FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FEFE; }
p { color: rgb(152,254,254); }
H1.HeaderClassName
{
color: #98FEFE;
}
.AnyTagClassName
{
color: #98FEFE;
}
</style>
background-color css
<style>
a { background-color: #98FEFE; }
a { background-color: rgb(152,254,254); }
div.DivClassName
{
background-color: #98FEFE;
}
.BgClassName
{
background-color: #98FEFE;
}
</style>
border-color css
<style>
span { border-color: #98FEFE; }
span { border-color: rgb(152,254,254); }
td.TdClassName
{
border-color: #98FEFE;
}
.TagClassName
{
border-color: #98FEFE;
}
</style>