#98FDFE

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

Shades of Electric Blue #98FDFE

Tints of Electric Blue #98FDFE

Color information

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

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

Color convert

RGB152253254-
CMYK0.400.0000.00
HSL180.59º98.08%79.61%-
HSV(B)180.59º40.16%99.61%-
XYZ65.9684.08106.52-
YUV222.92145.5477.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1522532540.400.0000.00180.5998.0879.61
Hex98FDFE28000b56250
Octal23037537650000265142120
Binary1001100011111101111111101010000001011010111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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