#79FEFA

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

Shades of Electric Blue #79FEFA

Tints of Electric Blue #79FEFA

Color information

#79FEFA (or 0x79FEFA) is unknown color: approx Electric Blue. HEX triplet: 79, FE and FA. RGB value is (121,254,250). Sum of RGB (Red+Green+Blue) = 121+254+250=625 (82% of max value = 765). Red value is 121 (47.66% from 255 or 19.36% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 254 - color contains mainly: green. Hex color #79FEFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79FEFA is #860105. Grayscale: #D5D5D5. Windows color (decimal): -8782086 or 16449145. OLE color: 16449145.

HSL color Cylindrical-coordinate representation of color #79FEFA: hue angle of 178.2º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #79FEFA is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB121254250-
CMYK0.5200.020.00
HSL178.2º98.52%73.53%-
HSV(B)178.2º52.36%99.61%-
XYZ60.5881.85103.05-
YUV213.78148.4461.83-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 19.36%
GREEN value IS 254 (99.61% from 255) = 40.64%
BLUE value IS 250 (98.05% from 255) = 40%
R=19.36%
G=40.64%
B=40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1212542500.5200.020.00178.298.5273.53
Hex79FEFA34020b2634a
Octal17137637264020262143112
Binary1111001111111101111101011010001001011001011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79FEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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