Shades of Electric Blue #98FEFA
Tints of Electric Blue #98FEFA
RGB
CMYK
RGB Variations
Color information
#98FEFA (or 0x98FEFA) is known color: Electric Blue. HEX triplet: 98, FE and FA. RGB value is (152,254,250). Sum of RGB (Red+Green+Blue) = 152+254+250=656 (86% of max value = 765). Red value is 152 (59.77% from 255 or 23.17% from 656); Green value is 254 (99.61% from 255 or 38.72% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 254 - color contains mainly: green. Hex color #98FEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FEFA is #670105. Grayscale: #DEDEDE. Windows color (decimal): -6750470 or 16449176. OLE color: 16449176.
HSL color Cylindrical-coordinate representation of color #98FEFA: hue angle of 177.65º 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 #98FEFA is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 254 | 250 | - |
| CMYK | 0.40 | 0 | 0.02 | 0.00 |
| HSL | 177.65º | 0.98% | 0.8% | - |
| HSV(B) | 177.65º | 0.4% | 1% | - |
| XYZ | 65.65 | 84.46 | 103.29 | - |
| YUV | 223.05 | 143.21 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 254 | 250 | 0.40 | 0 | 0.02 | 0.00 | 177.65 | 0.98 | 0.8 |
| Hex | 98 | FE | FA | 28 | 0 | 2 | 0 | B2 | 62 | 50 |
| Octal | 230 | 376 | 372 | 50 | 0 | 2 | 0 | 262 | 142 | 120 |
| Binary | 10011000 | 11111110 | 11111010 | 101000 | 0 | 10 | 0 | 10110010 | 1100010 | 1010000 |
Color Harmonies of #98FEFA
Complementary color
Monochromatic Colors of #98FEFA
Black with #98FEFA
Text Example
Text Example
White with #98FEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FEFA; }
p { color: rgb(152,254,250); }
H1.HeaderClassName
{
color: #98FEFA;
}
.AnyTagClassName
{
color: #98FEFA;
}
</style>
background-color css
<style>
a { background-color: #98FEFA; }
a { background-color: rgb(152,254,250); }
div.DivClassName
{
background-color: #98FEFA;
}
.BgClassName
{
background-color: #98FEFA;
}
</style>
border-color css
<style>
span { border-color: #98FEFA; }
span { border-color: rgb(152,254,250); }
td.TdClassName
{
border-color: #98FEFA;
}
.TagClassName
{
border-color: #98FEFA;
}
</style>