#79FDF2

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

Shades of Electric Blue #79FDF2

Tints of Electric Blue #79FDF2

Color information

#79FDF2 (or 0x79FDF2) is unknown color: approx Electric Blue. HEX triplet: 79, FD and F2. RGB value is (121,253,242). Sum of RGB (Red+Green+Blue) = 121+253+242=616 (81% of max value = 765). Red value is 121 (47.66% from 255 or 19.64% from 616); Green value is 253 (99.22% from 255 or 41.07% from 616); Blue value is 242 (94.92% from 255 or 39.29% from 616); Max value from RGB is 253 - color contains mainly: green. Hex color #79FDF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79FDF2 is #86020D. Grayscale: #D4D4D4. Windows color (decimal): -8782350 or 15924601. OLE color: 15924601.

HSL color Cylindrical-coordinate representation of color #79FDF2: hue angle of 175º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #79FDF2 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB121253242-
CMYK0.5200.040.01
HSL175º97.06%73.33%-
HSV(B)175º52.17%99.22%-
XYZ59.0480.7396.47-
YUV212.28144.7762.89-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 19.64%
GREEN value IS 253 (99.22% from 255) = 41.07%
BLUE value IS 242 (94.92% from 255) = 39.29%
R=19.64%
G=41.07%
B=39.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1212532420.5200.040.0117597.0673.33
Hex79FDF234041af6149
Octal17137536264041257141111
Binary11110011111110111110010110100010011010111111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79FDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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