#76F4FA

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

Shades of Electric Blue #76F4FA

Tints of Electric Blue #76F4FA

Color information

#76F4FA (or 0x76F4FA) is unknown color: approx Electric Blue. HEX triplet: 76, F4 and FA. RGB value is (118,244,250). Sum of RGB (Red+Green+Blue) = 118+244+250=612 (81% of max value = 765). Red value is 118 (46.48% from 255 or 19.28% from 612); Green value is 244 (95.70% from 255 or 39.87% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #76F4FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76F4FA is #890B05. Grayscale: #CECECE. Windows color (decimal): -8981254 or 16446582. OLE color: 16446582.

HSL color Cylindrical-coordinate representation of color #76F4FA: hue angle of 182.73º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76F4FA is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB118244250-
CMYK0.530.0200.02
HSL182.73º92.96%72.16%-
HSV(B)182.73º52.8%98.04%-
XYZ57.0875.46102-
YUV207.01152.2664.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 19.28%
GREEN value IS 244 (95.70% from 255) = 39.87%
BLUE value IS 250 (98.05% from 255) = 40.85%
R=19.28%
G=39.87%
B=40.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1182442500.530.0200.02182.7392.9672.16
Hex76F4FA35202b75d48
Octal16636437265202267135110
Binary11101101111010011111010110101100101011011110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76F4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76F4FA; }

 p { color: rgb(118,244,250); }

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

<style>
 a { background-color: #76F4FA; }

 a { background-color: rgb(118,244,250); }

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

<style>
 span { border-color: #76F4FA; }

 span { border-color: rgb(118,244,250); }

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