Shades of Electric Blue #98FFFD
Tints of Electric Blue #98FFFD
RGB
CMYK
RGB Variations
Color information
#98FFFD (or 0x98FFFD) is known color: Electric Blue. HEX triplet: 98, FF and FD. RGB value is (152,255,253). Sum of RGB (Red+Green+Blue) = 152+255+253=660 (87% of max value = 765). Red value is 152 (59.77% from 255 or 23.03% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 253 (99.22% from 255 or 38.33% from 660); Max value from RGB is 255 - color contains mainly: green. Hex color #98FFFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FFFD is #670002. Grayscale: #DFDFDF. Windows color (decimal): -6750211 or 16646040. OLE color: 16646040.
HSL color Cylindrical-coordinate representation of color #98FFFD: hue angle of 178.83º 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 #98FFFD is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 255 | 253 | - |
| CMYK | 0.40 | 0 | 0.01 | 0 |
| HSL | 178.83º | 1% | 0.8% | - |
| HSV(B) | 178.83º | 0.4% | 1% | - |
| XYZ | 66.44 | 85.29 | 105.89 | - |
| YUV | 223.98 | 144.38 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 255 | 253 | 0.40 | 0 | 0.01 | 0 | 178.83 | 1 | 0.8 |
| Hex | 98 | FF | FD | 28 | 0 | 1 | 0 | B3 | 64 | 50 |
| Octal | 230 | 377 | 375 | 50 | 0 | 1 | 0 | 263 | 144 | 120 |
| Binary | 10011000 | 11111111 | 11111101 | 101000 | 0 | 1 | 0 | 10110011 | 1100100 | 1010000 |
Color Harmonies of #98FFFD
Complementary color
Monochromatic Colors of #98FFFD
Black with #98FFFD
Text Example
Text Example
White with #98FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FFFD; }
p { color: rgb(152,255,253); }
H1.HeaderClassName
{
color: #98FFFD;
}
.AnyTagClassName
{
color: #98FFFD;
}
</style>
background-color css
<style>
a { background-color: #98FFFD; }
a { background-color: rgb(152,255,253); }
div.DivClassName
{
background-color: #98FFFD;
}
.BgClassName
{
background-color: #98FFFD;
}
</style>
border-color css
<style>
span { border-color: #98FFFD; }
span { border-color: rgb(152,255,253); }
td.TdClassName
{
border-color: #98FFFD;
}
.TagClassName
{
border-color: #98FFFD;
}
</style>