#96FAF7

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

Shades of Electric Blue #96FAF7

Tints of Electric Blue #96FAF7

Color information

#96FAF7 (or 0x96FAF7) is unknown color: approx Electric Blue. HEX triplet: 96, FA and F7. RGB value is (150,250,247). Sum of RGB (Red+Green+Blue) = 150+250+247=647 (85% of max value = 765). Red value is 150 (58.98% from 255 or 23.18% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 247 (96.88% from 255 or 38.18% from 647); Max value from RGB is 250 - color contains mainly: green. Hex color #96FAF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96FAF7 is #690508. Grayscale: #DBDBDB. Windows color (decimal): -6882569 or 16251542. OLE color: 16251542.

HSL color Cylindrical-coordinate representation of color #96FAF7: hue angle of 178.2º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FAF7 is Cyan = 0.4, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB150250247-
CMYK0.400.010.02
HSL178.2º90.91%78.43%-
HSV(B)178.2º40%98.04%-
XYZ63.5581.57100.39-
YUV219.76143.3778.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.18%
GREEN value IS 250 (98.05% from 255) = 38.64%
BLUE value IS 247 (96.88% from 255) = 38.18%
R=23.18%
G=38.64%
B=38.18%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502502470.400.010.02178.290.9178.43
Hex96FAF728012b25b4e
Octal22637236750012262133116
Binary10010110111110101111011110100001101011001010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,250,247); }

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

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

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

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

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

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

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