#96FBF5

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

Shades of Electric Blue #96FBF5

Tints of Electric Blue #96FBF5

Color information

#96FBF5 (or 0x96FBF5) is unknown color: approx Electric Blue. HEX triplet: 96, FB and F5. RGB value is (150,251,245). Sum of RGB (Red+Green+Blue) = 150+251+245=646 (85% of max value = 765). Red value is 150 (58.98% from 255 or 23.22% from 646); Green value is 251 (98.44% from 255 or 38.85% from 646); Blue value is 245 (96.09% from 255 or 37.93% from 646); Max value from RGB is 251 - color contains mainly: green. Hex color #96FBF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96FBF5 is #69040A. Grayscale: #DCDCDC. Windows color (decimal): -6882315 or 16120726. OLE color: 16120726.

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

Color convert

RGB150251245-
CMYK0.4000.020.02
HSL176.44º92.66%78.63%-
HSV(B)176.44º40.24%98.43%-
XYZ63.5682.0798.88-
YUV220.12142.0477.99-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502512450.4000.020.02176.4492.6678.63
Hex96FBF528022b05d4f
Octal22637336550022260135117
Binary100101101111101111110101101000010101011000010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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