#96F5FB

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

Shades of Electric Blue #96F5FB

Tints of Electric Blue #96F5FB

Color information

#96F5FB (or 0x96F5FB) is unknown color: approx Electric Blue. HEX triplet: 96, F5 and FB. RGB value is (150,245,251). Sum of RGB (Red+Green+Blue) = 150+245+251=646 (85% of max value = 765). Red value is 150 (58.98% from 255 or 23.22% from 646); Green value is 245 (96.09% from 255 or 37.93% from 646); Blue value is 251 (98.44% from 255 or 38.85% from 646); Max value from RGB is 251 - color contains mainly: blue. Hex color #96F5FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96F5FB is #690A04. Grayscale: #D9D9D9. Windows color (decimal): -6883845 or 16512406. OLE color: 16512406.

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

Color convert

RGB150245251-
CMYK0.400.0200.02
HSL183.56º92.66%78.63%-
HSV(B)183.56º40.24%98.43%-
XYZ62.6478.75103.17-
YUV217.28147.0380.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.22%
GREEN value IS 245 (96.09% from 255) = 37.93%
BLUE value IS 251 (98.44% from 255) = 38.85%
R=23.22%
G=37.93%
B=38.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502452510.400.0200.02183.5692.6678.63
Hex96F5FB28202b85d4f
Octal22636537350202270135117
Binary100101101111010111111011101000100101011100010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,245,251); }

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

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

 a { background-color: rgb(150,245,251); }

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

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

 span { border-color: rgb(150,245,251); }

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