#96FFFE

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

Shades of Electric Blue #96FFFE

Tints of Electric Blue #96FFFE

Color information

#96FFFE (or 0x96FFFE) is unknown color: approx Electric Blue. HEX triplet: 96, FF and FE. RGB value is (150,255,254). Sum of RGB (Red+Green+Blue) = 150+255+254=659 (87% of max value = 765). Red value is 150 (58.98% from 255 or 22.76% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96FFFE is #690001. Grayscale: #DFDFDF. Windows color (decimal): -6881282 or 16711574. OLE color: 16711574.

HSL color Cylindrical-coordinate representation of color #96FFFE: hue angle of 179.43º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96FFFE is Cyan = 0.41, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.

Color convert

RGB150255254-
CMYK0.4100.000
HSL179.43º100%79.41%-
HSV(B)179.43º41.18%100%-
XYZ66.2385.16106.71-
YUV223.49145.2175.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 22.76%
GREEN value IS 255 (100% from 255) = 38.69%
BLUE value IS 254 (99.61% from 255) = 38.54%
R=22.76%
G=38.69%
B=38.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1502552540.4100.000179.4310079.41
Hex96FFFE29000b3644f
Octal22637737651000263144117
Binary1001011011111111111111101010010001011001111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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