#79FAF3

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

Shades of Electric Blue #79FAF3

Tints of Electric Blue #79FAF3

Color information

#79FAF3 (or 0x79FAF3) is unknown color: approx Electric Blue. HEX triplet: 79, FA and F3. RGB value is (121,250,243). Sum of RGB (Red+Green+Blue) = 121+250+243=614 (81% of max value = 765). Red value is 121 (47.66% from 255 or 19.71% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 243 (95.31% from 255 or 39.58% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #79FAF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79FAF3 is #86050C. Grayscale: #D2D2D2. Windows color (decimal): -8783117 or 15989369. OLE color: 15989369.

HSL color Cylindrical-coordinate representation of color #79FAF3: hue angle of 176.74º 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 #79FAF3 is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB121250243-
CMYK0.5200.030.02
HSL176.74º92.81%72.75%-
HSV(B)176.74º51.6%98.04%-
XYZ58.2578.9196.95-
YUV210.63146.2664.07-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 19.71%
GREEN value IS 250 (98.05% from 255) = 40.72%
BLUE value IS 243 (95.31% from 255) = 39.58%
R=19.71%
G=40.72%
B=39.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1212502430.5200.030.02176.7492.8172.75
Hex79FAF334032b15d49
Octal17137236364032261135111
Binary11110011111101011110011110100011101011000110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79FAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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