#98FFFB

Color #98FFFB Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #98FFFB

Tints of Electric Blue #98FFFB

Color information

#98FFFB (or 0x98FFFB) is unknown color: approx Electric Blue. HEX triplet: 98, FF and FB. RGB value is (152,255,251). Sum of RGB (Red+Green+Blue) = 152+255+251=658 (87% of max value = 765). Red value is 152 (59.77% from 255 or 23.10% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 251 (98.44% from 255 or 38.15% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #98FFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FFFB is #670004. Grayscale: #DFDFDF. Windows color (decimal): -6750213 or 16514968. OLE color: 16514968.

HSL color Cylindrical-coordinate representation of color #98FFFB: hue angle of 177.67º 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 #98FFFB is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB152255251-
CMYK0.4000.020
HSL177.67º100%79.8%-
HSV(B)177.67º40.39%100%-
XYZ66.1285.16104.22-
YUV223.75143.3876.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 23.10%
GREEN value IS 255 (100% from 255) = 38.75%
BLUE value IS 251 (98.44% from 255) = 38.15%
R=23.10%
G=38.75%
B=38.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1522552510.4000.020177.6710079.8
Hex98FFFB28020b26450
Octal23037737350020262144120
Binary10011000111111111111101110100001001011001011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98FFFB; }

 p { color: rgb(152,255,251); }

 H1.HeaderClassName
 {
   color: #98FFFB;
 }
 .AnyTagClassName
 {
   color: #98FFFB;
 }
</style>
background-color css

<style>
 a { background-color: #98FFFB; }

 a { background-color: rgb(152,255,251); }

 div.DivClassName
 {
   background-color: #98FFFB;
 }
 .BgClassName
 {
   background-color: #98FFFB;
 }
</style>
border-color css

<style>
 span { border-color: #98FFFB; }

 span { border-color: rgb(152,255,251); }

 td.TdClassName
 {
   border-color: #98FFFB;
 }
 .TagClassName
 {
   border-color: #98FFFB;
 }
</style>