#79EEEA

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

Shades of Electric Blue #79EEEA

Tints of Electric Blue #79EEEA

Color information

#79EEEA (or 0x79EEEA) is unknown color: approx Electric Blue. HEX triplet: 79, EE and EA. RGB value is (121,238,234). Sum of RGB (Red+Green+Blue) = 121+238+234=593 (78% of max value = 765). Red value is 121 (47.66% from 255 or 20.40% from 593); Green value is 238 (93.36% from 255 or 40.13% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 238 - color contains mainly: green. Hex color #79EEEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79EEEA is #861115. Grayscale: #CACACA. Windows color (decimal): -8786198 or 15396473. OLE color: 15396473.

HSL color Cylindrical-coordinate representation of color #79EEEA: hue angle of 177.95º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #79EEEA is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB121238234-
CMYK0.4900.020.07
HSL177.95º77.48%70.39%-
HSV(B)177.95º49.16%93.33%-
XYZ53.3171.1588.77-
YUV202.56145.7469.83-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 20.40%
GREEN value IS 238 (93.36% from 255) = 40.13%
BLUE value IS 234 (91.80% from 255) = 39.46%
R=20.40%
G=40.13%
B=39.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1212382340.4900.020.07177.9577.4870.39
Hex79EEEA31027b24d46
Octal17135635261027262115106
Binary111100111101110111010101100010101111011001010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79EEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,238,234); }

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

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

 a { background-color: rgb(121,238,234); }

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

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

 span { border-color: rgb(121,238,234); }

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