#98FBFA

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

Shades of Electric Blue #98FBFA

Tints of Electric Blue #98FBFA

Color information

#98FBFA (or 0x98FBFA) is unknown color: approx Electric Blue. HEX triplet: 98, FB and FA. RGB value is (152,251,250). Sum of RGB (Red+Green+Blue) = 152+251+250=653 (86% of max value = 765). Red value is 152 (59.77% from 255 or 23.28% from 653); Green value is 251 (98.44% from 255 or 38.44% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 251 - color contains mainly: green. Hex color #98FBFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FBFA is #670405. Grayscale: #DDDDDD. Windows color (decimal): -6751238 or 16448408. OLE color: 16448408.

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

Color convert

RGB152251250-
CMYK0.3900.000.02
HSL179.39º92.52%79.02%-
HSV(B)179.39º39.44%98.43%-
XYZ64.782.57102.97-
YUV221.28144.278.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 23.28%
GREEN value IS 251 (98.44% from 255) = 38.44%
BLUE value IS 250 (98.05% from 255) = 38.28%
R=23.28%
G=38.44%
B=38.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522512500.3900.000.02179.3992.5279.02
Hex98FBFA27002b35d4f
Octal23037337247002263135117
Binary10011000111110111111101010011100101011001110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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