Shades of Electric Blue #98FDFB
Tints of Electric Blue #98FDFB
RGB
CMYK
RGB Variations
Color information
#98FDFB (or 0x98FDFB) is known color: Electric Blue. HEX triplet: 98, FD and FB. RGB value is (152,253,251). Sum of RGB (Red+Green+Blue) = 152+253+251=656 (86% of max value = 765). Red value is 152 (59.77% from 255 or 23.17% from 656); Green value is 253 (99.22% from 255 or 38.57% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 253 - color contains mainly: green. Hex color #98FDFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FDFB is #670204. Grayscale: #DEDEDE. Windows color (decimal): -6750725 or 16514456. OLE color: 16514456.
HSL color Cylindrical-coordinate representation of color #98FDFB: hue angle of 178.81º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98FDFB is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 253 | 251 | - |
| CMYK | 0.40 | 0 | 0.01 | 0.01 |
| HSL | 178.81º | 0.96% | 0.79% | - |
| HSV(B) | 178.81º | 0.4% | 0.99% | - |
| XYZ | 65.49 | 83.89 | 104.01 | - |
| YUV | 222.57 | 144.04 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 253 | 251 | 0.40 | 0 | 0.01 | 0.01 | 178.81 | 0.96 | 0.79 |
| Hex | 98 | FD | FB | 28 | 0 | 1 | 1 | B3 | 60 | 4F |
| Octal | 230 | 375 | 373 | 50 | 0 | 1 | 1 | 263 | 140 | 117 |
| Binary | 10011000 | 11111101 | 11111011 | 101000 | 0 | 1 | 1 | 10110011 | 1100000 | 1001111 |
Color Harmonies of #98FDFB
Complementary color
Monochromatic Colors of #98FDFB
Black with #98FDFB
Text Example
Text Example
White with #98FDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FDFB; }
p { color: rgb(152,253,251); }
H1.HeaderClassName
{
color: #98FDFB;
}
.AnyTagClassName
{
color: #98FDFB;
}
</style>
background-color css
<style>
a { background-color: #98FDFB; }
a { background-color: rgb(152,253,251); }
div.DivClassName
{
background-color: #98FDFB;
}
.BgClassName
{
background-color: #98FDFB;
}
</style>
border-color css
<style>
span { border-color: #98FDFB; }
span { border-color: rgb(152,253,251); }
td.TdClassName
{
border-color: #98FDFB;
}
.TagClassName
{
border-color: #98FDFB;
}
</style>