#96FAF6

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

Shades of Electric Blue #96FAF6

Tints of Electric Blue #96FAF6

Color information

#96FAF6 (or 0x96FAF6) is unknown color: approx Electric Blue. HEX triplet: 96, FA and F6. RGB value is (150,250,246). Sum of RGB (Red+Green+Blue) = 150+250+246=646 (85% of max value = 765). Red value is 150 (58.98% from 255 or 23.22% from 646); Green value is 250 (98.05% from 255 or 38.70% from 646); Blue value is 246 (96.48% from 255 or 38.08% from 646); Max value from RGB is 250 - color contains mainly: green. Hex color #96FAF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96FAF6 is #690509. Grayscale: #DBDBDB. Windows color (decimal): -6882570 or 16186006. OLE color: 16186006.

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

Color convert

RGB150250246-
CMYK0.400.020.02
HSL177.6º90.91%78.43%-
HSV(B)177.6º40%98.04%-
XYZ63.481.5199.58-
YUV219.64142.8778.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.22%
GREEN value IS 250 (98.05% from 255) = 38.70%
BLUE value IS 246 (96.48% from 255) = 38.08%
R=23.22%
G=38.70%
B=38.08%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502502460.400.020.02177.690.9178.43
Hex96FAF628022b25b4e
Octal22637236650022262133116
Binary100101101111101011110110101000010101011001010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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