#79F9F2

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

Shades of Electric Blue #79F9F2

Tints of Electric Blue #79F9F2

Color information

#79F9F2 (or 0x79F9F2) is unknown color: approx Electric Blue. HEX triplet: 79, F9 and F2. RGB value is (121,249,242). Sum of RGB (Red+Green+Blue) = 121+249+242=612 (81% of max value = 765). Red value is 121 (47.66% from 255 or 19.77% from 612); Green value is 249 (97.66% from 255 or 40.69% from 612); Blue value is 242 (94.92% from 255 or 39.54% from 612); Max value from RGB is 249 - color contains mainly: green. Hex color #79F9F2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79F9F2 is #86060D. Grayscale: #D1D1D1. Windows color (decimal): -8783374 or 15923577. OLE color: 15923577.

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

Color convert

RGB121249242-
CMYK0.5100.030.02
HSL176.72º91.43%72.55%-
HSV(B)176.72º51.41%97.65%-
XYZ57.7978.2396.06-
YUV209.93146.0964.57-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 19.77%
GREEN value IS 249 (97.66% from 255) = 40.69%
BLUE value IS 242 (94.92% from 255) = 39.54%
R=19.77%
G=40.69%
B=39.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1212492420.5100.030.02176.7291.4372.55
Hex79F9F233032b15b49
Octal17137136263032261133111
Binary11110011111100111110010110011011101011000110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79F9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,249,242); }

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

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

 a { background-color: rgb(121,249,242); }

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

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

 span { border-color: rgb(121,249,242); }

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