#76E6FA

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

Shades of Electric Blue #76E6FA

Tints of Electric Blue #76E6FA

Color information

#76E6FA (or 0x76E6FA) is unknown color: approx Electric Blue. HEX triplet: 76, E6 and FA. RGB value is (118,230,250). Sum of RGB (Red+Green+Blue) = 118+230+250=598 (79% of max value = 765). Red value is 118 (46.48% from 255 or 19.73% from 598); Green value is 230 (90.23% from 255 or 38.46% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #76E6FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76E6FA is #891905. Grayscale: #C6C6C6. Windows color (decimal): -8984838 or 16442998. OLE color: 16442998.

HSL color Cylindrical-coordinate representation of color #76E6FA: hue angle of 189.09º 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 #76E6FA is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB118230250-
CMYK0.530.0800.02
HSL189.09º92.96%72.16%-
HSV(B)189.09º52.8%98.04%-
XYZ53.0267.35100.65-
YUV198.79156.8970.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 19.73%
GREEN value IS 230 (90.23% from 255) = 38.46%
BLUE value IS 250 (98.05% from 255) = 41.81%
R=19.73%
G=38.46%
B=41.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1182302500.530.0800.02189.0992.9672.16
Hex76E6FA35802bd5d48
Octal166346372651002275135110
Binary1110110111001101111101011010110000101011110110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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