#98FBFB

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

Shades of Electric Blue #98FBFB

Tints of Electric Blue #98FBFB

Color information

#98FBFB (or 0x98FBFB) is unknown color: approx Electric Blue. HEX triplet: 98, FB and FB. RGB value is (152,251,251). Sum of RGB (Red+Green+Blue) = 152+251+251=654 (86% of max value = 765). Red value is 152 (59.77% from 255 or 23.24% from 654); Green value is 251 (98.44% from 255 or 38.38% from 654); Blue value is 251 (98.44% from 255 or 38.38% from 654); Max value from RGB is 251 - color contains mainly: green, blue. Hex color #98FBFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FBFB is #670404. Grayscale: #DDDDDD. Windows color (decimal): -6751237 or 16513944. OLE color: 16513944.

HSL color Cylindrical-coordinate representation of color #98FBFB: hue angle of 180º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98FBFB is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB152251251-
CMYK0.39000.02
HSL180º92.52%79.02%-
HSV(B)180º39.44%98.43%-
XYZ64.8682.63103.8-
YUV221.4144.778.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 23.24%
GREEN value IS 251 (98.44% from 255) = 38.38%
BLUE value IS 251 (98.44% from 255) = 38.38%
R=23.24%
G=38.38%
B=38.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522512510.39000.0218092.5279.02
Hex98FBFB27002b45d4f
Octal23037337347002264135117
Binary10011000111110111111101110011100101011010010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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