#96fefe

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

Shades of Electric Blue #96FEFE

Tints of Electric Blue #96FEFE

Color information

#96FEFE (or 0x96FEFE) is unknown color: approx Electric Blue. HEX triplet: 96, FE and FE. RGB value is (150,254,254). Sum of RGB (Red+Green+Blue) = 150+254+254=658 (87% of max value = 765). Red value is 150 (58.98% from 255 or 22.80% from 658); Green value is 254 (99.61% from 255 or 38.60% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #96FEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96FEFE is #690101. Grayscale: #DEDEDE. Windows color (decimal): -6881538 or 16711318. OLE color: 16711318.

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

Color convert

RGB150254254-
CMYK0.41000.00
HSL180º98.11%79.22%-
HSV(B)180º40.94%99.61%-
XYZ65.9184.52106.61-
YUV222.9145.5476-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 22.80%
GREEN value IS 254 (99.61% from 255) = 38.60%
BLUE value IS 254 (99.61% from 255) = 38.60%
R=22.80%
G=38.60%
B=38.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1502542540.41000.0018098.1179.22
Hex96FEFE29000b4624f
Octal22637637651000264142117
Binary1001011011111110111111101010010001011010011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96fefe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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