#79EFFA

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

Shades of Electric Blue #79EFFA

Tints of Electric Blue #79EFFA

Color information

#79EFFA (or 0x79EFFA) is unknown color: approx Electric Blue. HEX triplet: 79, EF and FA. RGB value is (121,239,250). Sum of RGB (Red+Green+Blue) = 121+239+250=610 (80% of max value = 765). Red value is 121 (47.66% from 255 or 19.84% from 610); Green value is 239 (93.75% from 255 or 39.18% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #79EFFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79EFFA is #861005. Grayscale: #CCCCCC. Windows color (decimal): -8785926 or 16445305. OLE color: 16445305.

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

Color convert

RGB121239250-
CMYK0.520.0400.02
HSL185.12º92.81%72.75%-
HSV(B)185.12º51.6%98.04%-
XYZ56.0172.7101.52-
YUV204.97153.4168.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 19.84%
GREEN value IS 239 (93.75% from 255) = 39.18%
BLUE value IS 250 (98.05% from 255) = 40.98%
R=19.84%
G=39.18%
B=40.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1212392500.520.0400.02185.1292.8172.75
Hex79EFFA34402b95d49
Octal17135737264402271135111
Binary111100111101111111110101101001000101011100110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79EFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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