Shades of Electric Blue #98FFFC
Tints of Electric Blue #98FFFC
RGB
CMYK
RGB Variations
Color information
#98FFFC (or 0x98FFFC) is known color: Electric Blue. HEX triplet: 98, FF and FC. RGB value is (152,255,252). Sum of RGB (Red+Green+Blue) = 152+255+252=659 (87% of max value = 765). Red value is 152 (59.77% from 255 or 23.07% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 252 (98.83% from 255 or 38.24% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #98FFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FFFC is #670003. Grayscale: #DFDFDF. Windows color (decimal): -6750212 or 16580504. OLE color: 16580504.
HSL color Cylindrical-coordinate representation of color #98FFFC: hue angle of 178.25º 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 #98FFFC is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 255 | 252 | - |
| CMYK | 0.40 | 0 | 0.01 | 0 |
| HSL | 178.25º | 1% | 0.8% | - |
| HSV(B) | 178.25º | 0.4% | 1% | - |
| XYZ | 66.28 | 85.22 | 105.05 | - |
| YUV | 223.86 | 143.88 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 255 | 252 | 0.40 | 0 | 0.01 | 0 | 178.25 | 1 | 0.8 |
| Hex | 98 | FF | FC | 28 | 0 | 1 | 0 | B2 | 64 | 50 |
| Octal | 230 | 377 | 374 | 50 | 0 | 1 | 0 | 262 | 144 | 120 |
| Binary | 10011000 | 11111111 | 11111100 | 101000 | 0 | 1 | 0 | 10110010 | 1100100 | 1010000 |
Color Harmonies of #98FFFC
Complementary color
Monochromatic Colors of #98FFFC
Black with #98FFFC
Text Example
Text Example
White with #98FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FFFC; }
p { color: rgb(152,255,252); }
H1.HeaderClassName
{
color: #98FFFC;
}
.AnyTagClassName
{
color: #98FFFC;
}
</style>
background-color css
<style>
a { background-color: #98FFFC; }
a { background-color: rgb(152,255,252); }
div.DivClassName
{
background-color: #98FFFC;
}
.BgClassName
{
background-color: #98FFFC;
}
</style>
border-color css
<style>
span { border-color: #98FFFC; }
span { border-color: rgb(152,255,252); }
td.TdClassName
{
border-color: #98FFFC;
}
.TagClassName
{
border-color: #98FFFC;
}
</style>