#79F6F5

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

Shades of Electric Blue #79F6F5

Tints of Electric Blue #79F6F5

Color information

#79F6F5 (or 0x79F6F5) is unknown color: approx Electric Blue. HEX triplet: 79, F6 and F5. RGB value is (121,246,245). Sum of RGB (Red+Green+Blue) = 121+246+245=612 (81% of max value = 765). Red value is 121 (47.66% from 255 or 19.77% from 612); Green value is 246 (96.48% from 255 or 40.20% from 612); Blue value is 245 (96.09% from 255 or 40.03% from 612); Max value from RGB is 246 - color contains mainly: green. Hex color #79F6F5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79F6F5 is #86090A. Grayscale: #D0D0D0. Windows color (decimal): -8784139 or 16119417. OLE color: 16119417.

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

Color convert

RGB121246245-
CMYK0.5100.000.04
HSL179.52º87.41%71.96%-
HSV(B)179.52º50.81%96.47%-
XYZ57.3276.5798.14-
YUV208.51148.5965.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 19.77%
GREEN value IS 246 (96.48% from 255) = 40.20%
BLUE value IS 245 (96.09% from 255) = 40.03%
R=19.77%
G=40.20%
B=40.03%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1212462450.5100.000.04179.5287.4171.96
Hex79F6F533004b45748
Octal17136636563004264127110
Binary11110011111011011110101110011001001011010010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79F6F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,246,245); }

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

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

 a { background-color: rgb(121,246,245); }

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

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

 span { border-color: rgb(121,246,245); }

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