#96F7FA

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

Shades of Electric Blue #96F7FA

Tints of Electric Blue #96F7FA

Color information

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

HSL color Cylindrical-coordinate representation of color #96F7FA: hue angle of 181.8º 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 #96F7FA is Cyan = 0.4, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150247250-
CMYK0.40.0100.02
HSL181.8º90.91%78.43%-
HSV(B)181.8º40%98.04%-
XYZ63.0979.91102.54-
YUV218.34145.8679.26-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502472500.40.0100.02181.890.9178.43
Hex96F7FA28102b65b4e
Octal22636737250102266133116
Binary10010110111101111111101010100010101011011010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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