#79EDF5

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

Shades of Electric Blue #79EDF5

Tints of Electric Blue #79EDF5

Color information

#79EDF5 (or 0x79EDF5) is unknown color: approx Electric Blue. HEX triplet: 79, ED and F5. RGB value is (121,237,245). Sum of RGB (Red+Green+Blue) = 121+237+245=603 (79% of max value = 765). Red value is 121 (47.66% from 255 or 20.07% from 603); Green value is 237 (92.97% from 255 or 39.30% from 603); Blue value is 245 (96.09% from 255 or 40.63% from 603); Max value from RGB is 245 - color contains mainly: blue. Hex color #79EDF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79EDF5 is #86120A. Grayscale: #CBCBCB. Windows color (decimal): -8786443 or 16117113. OLE color: 16117113.

HSL color Cylindrical-coordinate representation of color #79EDF5: hue angle of 183.87º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #79EDF5 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB121237245-
CMYK0.510.0300.04
HSL183.87º86.11%71.76%-
HSV(B)183.87º50.61%96.08%-
XYZ54.6571.2397.25-
YUV203.23151.5769.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 20.07%
GREEN value IS 237 (92.97% from 255) = 39.30%
BLUE value IS 245 (96.09% from 255) = 40.63%
R=20.07%
G=39.30%
B=40.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1212372450.510.0300.04183.8786.1171.76
Hex79EDF533304b85648
Octal17135536563304270126110
Binary111100111101101111101011100111101001011100010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79EDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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