#76EDFA

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

Shades of Electric Blue #76EDFA

Tints of Electric Blue #76EDFA

Color information

#76EDFA (or 0x76EDFA) is unknown color: approx Electric Blue. HEX triplet: 76, ED and FA. RGB value is (118,237,250). Sum of RGB (Red+Green+Blue) = 118+237+250=605 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.50% from 605); Green value is 237 (92.97% from 255 or 39.17% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #76EDFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76EDFA is #891205. Grayscale: #CACACA. Windows color (decimal): -8983046 or 16444790. OLE color: 16444790.

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

Color convert

RGB118237250-
CMYK0.530.0500.02
HSL185.91º92.96%72.16%-
HSV(B)185.91º52.8%98.04%-
XYZ55.0171.32101.31-
YUV202.9154.5867.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 19.50%
GREEN value IS 237 (92.97% from 255) = 39.17%
BLUE value IS 250 (98.05% from 255) = 41.32%
R=19.50%
G=39.17%
B=41.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1182372500.530.0500.02185.9192.9672.16
Hex76EDFA35502ba5d48
Octal16635537265502272135110
Binary111011011101101111110101101011010101011101010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76EDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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