#96F4FC

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

Shades of Electric Blue #96F4FC

Tints of Electric Blue #96F4FC

Color information

#96F4FC (or 0x96F4FC) is unknown color: approx Electric Blue. HEX triplet: 96, F4 and FC. RGB value is (150,244,252). Sum of RGB (Red+Green+Blue) = 150+244+252=646 (85% of max value = 765). Red value is 150 (58.98% from 255 or 23.22% from 646); Green value is 244 (95.70% from 255 or 37.77% from 646); Blue value is 252 (98.83% from 255 or 39.01% from 646); Max value from RGB is 252 - color contains mainly: blue. Hex color #96F4FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96F4FC is #690B03. Grayscale: #D8D8D8. Windows color (decimal): -6884100 or 16577686. OLE color: 16577686.

HSL color Cylindrical-coordinate representation of color #96F4FC: hue angle of 184.71º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96F4FC is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB150244252-
CMYK0.400.0300.01
HSL184.71º94.44%78.82%-
HSV(B)184.71º40.48%98.82%-
XYZ62.578.21103.9-
YUV216.81147.8680.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.22%
GREEN value IS 244 (95.70% from 255) = 37.77%
BLUE value IS 252 (98.83% from 255) = 39.01%
R=23.22%
G=37.77%
B=39.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1502442520.400.0300.01184.7194.4478.82
Hex96F4FC28301b95e4f
Octal22636437450301271136117
Binary10010110111101001111110010100011011011100110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,244,252); }

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

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

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

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

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

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

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