#79EDED

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

Shades of Electric Blue #79EDED

Tints of Electric Blue #79EDED

Color information

#79EDED (or 0x79EDED) is unknown color: approx Electric Blue. HEX triplet: 79, ED and ED. RGB value is (121,237,237). Sum of RGB (Red+Green+Blue) = 121+237+237=595 (78% of max value = 765). Red value is 121 (47.66% from 255 or 20.34% from 595); Green value is 237 (92.97% from 255 or 39.83% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #79EDED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79EDED is #861212. Grayscale: #CACACA. Windows color (decimal): -8786451 or 15592825. OLE color: 15592825.

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

Color convert

RGB121237237-
CMYK0.49000.07
HSL180º76.32%70.2%-
HSV(B)180º48.95%92.94%-
XYZ53.4670.7590.96-
YUV202.32147.5770-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 20.34%
GREEN value IS 237 (92.97% from 255) = 39.83%
BLUE value IS 237 (92.97% from 255) = 39.83%
R=20.34%
G=39.83%
B=39.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1212372370.49000.0718076.3270.2
Hex79EDED31007b44c46
Octal17135535561007264114106
Binary11110011110110111101101110001001111011010010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79EDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,237,237); }

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

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

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

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

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

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

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