#79EEEC

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

Shades of Electric Blue #79EEEC

Tints of Electric Blue #79EEEC

Color information

#79EEEC (or 0x79EEEC) is unknown color: approx Electric Blue. HEX triplet: 79, EE and EC. RGB value is (121,238,236). Sum of RGB (Red+Green+Blue) = 121+238+236=595 (78% of max value = 765). Red value is 121 (47.66% from 255 or 20.34% from 595); Green value is 238 (93.36% from 255 or 40% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 238 - color contains mainly: green. Hex color #79EEEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79EEEC is #861113. Grayscale: #CACACA. Windows color (decimal): -8786196 or 15527545. OLE color: 15527545.

HSL color Cylindrical-coordinate representation of color #79EEEC: hue angle of 178.97º 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 #79EEEC is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB121238236-
CMYK0.4900.010.07
HSL178.97º77.48%70.39%-
HSV(B)178.97º49.16%93.33%-
XYZ53.671.2790.29-
YUV202.79146.7469.66-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 20.34%
GREEN value IS 238 (93.36% from 255) = 40%
BLUE value IS 236 (92.58% from 255) = 39.66%
R=20.34%
G=40%
B=39.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1212382360.4900.010.07178.9777.4870.39
Hex79EEEC31017b34d46
Octal17135635461017263115106
Binary11110011110111011101100110001011111011001110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79EEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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