#96FEFF

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

Shades of Electric Blue #96FEFF

Tints of Electric Blue #96FEFF

Color information

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

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

Color convert

RGB150254255-
CMYK0.410.0000
HSL180.57º100%79.41%-
HSV(B)180.57º41.18%100%-
XYZ66.0784.59107.45-
YUV223.02146.0475.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1502542550.410.0000180.5710079.41
Hex96FEFF29000b5644f
Octal22637637751000265144117
Binary1001011011111110111111111010010001011010111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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