#98FEFD

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

Shades of Electric Blue #98FEFD

Tints of Electric Blue #98FEFD

Color information

#98FEFD (or 0x98FEFD) is unknown color: approx Electric Blue. HEX triplet: 98, FE and FD. RGB value is (152,254,253). Sum of RGB (Red+Green+Blue) = 152+254+253=659 (87% of max value = 765). Red value is 152 (59.77% from 255 or 23.07% from 659); Green value is 254 (99.61% from 255 or 38.54% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 254 - color contains mainly: green. Hex color #98FEFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FEFD is #670102. Grayscale: #DFDFDF. Windows color (decimal): -6750467 or 16645784. OLE color: 16645784.

HSL color Cylindrical-coordinate representation of color #98FEFD: hue angle of 179.41º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98FEFD is Cyan = 0.40, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.

Color convert

RGB152254253-
CMYK0.4000.000.00
HSL179.41º98.08%79.61%-
HSV(B)179.41º40.16%99.61%-
XYZ66.1284.65105.78-
YUV223.39144.7177.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 23.07%
GREEN value IS 254 (99.61% from 255) = 38.54%
BLUE value IS 253 (99.22% from 255) = 38.39%
R=23.07%
G=38.54%
B=38.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1522542530.4000.000.00179.4198.0879.61
Hex98FEFD28000b36250
Octal23037637550000263142120
Binary1001100011111110111111011010000001011001111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,254,253); }

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

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

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

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

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

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

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