#79F7ED

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

Shades of Electric Blue #79F7ED

Tints of Electric Blue #79F7ED

Color information

#79F7ED (or 0x79F7ED) is unknown color: approx Electric Blue. HEX triplet: 79, F7 and ED. RGB value is (121,247,237). Sum of RGB (Red+Green+Blue) = 121+247+237=605 (80% of max value = 765). Red value is 121 (47.66% from 255 or 20% from 605); Green value is 247 (96.88% from 255 or 40.83% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 247 - color contains mainly: green. Hex color #79F7ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79F7ED is #860812. Grayscale: #D0D0D0. Windows color (decimal): -8783891 or 15595385. OLE color: 15595385.

HSL color Cylindrical-coordinate representation of color #79F7ED: hue angle of 175.24º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #79F7ED is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB121247237-
CMYK0.5100.040.03
HSL175.24º88.73%72.16%-
HSV(B)175.24º51.01%96.86%-
XYZ56.4376.791.95-
YUV208.19144.2665.81-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 20%
GREEN value IS 247 (96.88% from 255) = 40.83%
BLUE value IS 237 (92.97% from 255) = 39.17%
R=20%
G=40.83%
B=39.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1212472370.5100.040.03175.2488.7372.16
Hex79F7ED33043af5948
Octal17136735563043257131110
Binary111100111110111111011011100110100111010111110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79F7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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