#79EDFA

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

Shades of Electric Blue #79EDFA

Tints of Electric Blue #79EDFA

Color information

#79EDFA (or 0x79EDFA) is unknown color: approx Electric Blue. HEX triplet: 79, ED and FA. RGB value is (121,237,250). Sum of RGB (Red+Green+Blue) = 121+237+250=608 (80% of max value = 765). Red value is 121 (47.66% from 255 or 19.90% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #79EDFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79EDFA is #861205. Grayscale: #CBCBCB. Windows color (decimal): -8786438 or 16444793. OLE color: 16444793.

HSL color Cylindrical-coordinate representation of color #79EDFA: hue angle of 186.05º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #79EDFA is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB121237250-
CMYK0.520.0500.02
HSL186.05º92.81%72.75%-
HSV(B)186.05º51.6%98.04%-
XYZ55.4271.54101.33-
YUV203.8154.0768.94-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 19.90%
GREEN value IS 237 (92.97% from 255) = 38.98%
BLUE value IS 250 (98.05% from 255) = 41.12%
R=19.90%
G=38.98%
B=41.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1212372500.520.0500.02186.0592.8172.75
Hex79EDFA34502ba5d49
Octal17135537264502272135111
Binary111100111101101111110101101001010101011101010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79EDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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