#98FFFE

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

Shades of Electric Blue #98FFFE

Tints of Electric Blue #98FFFE

Color information

#98FFFE (or 0x98FFFE) is unknown color: approx Electric Blue. HEX triplet: 98, FF and FE. RGB value is (152,255,254). Sum of RGB (Red+Green+Blue) = 152+255+254=661 (87% of max value = 765). Red value is 152 (59.77% from 255 or 23.00% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #98FFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FFFE is #670001. Grayscale: #DFDFDF. Windows color (decimal): -6750210 or 16711576. OLE color: 16711576.

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

Color convert

RGB152255254-
CMYK0.4000.000
HSL179.42º100%79.8%-
HSV(B)179.42º40.39%100%-
XYZ66.685.35106.73-
YUV224.09144.8876.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 23.00%
GREEN value IS 255 (100% from 255) = 38.58%
BLUE value IS 254 (99.61% from 255) = 38.43%
R=23.00%
G=38.58%
B=38.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1522552540.4000.000179.4210079.8
Hex98FFFE28000b36450
Octal23037737650000263144120
Binary1001100011111111111111101010000001011001111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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