#79EDF8

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

Shades of Electric Blue #79EDF8

Tints of Electric Blue #79EDF8

Color information

#79EDF8 (or 0x79EDF8) is unknown color: approx Electric Blue. HEX triplet: 79, ED and F8. RGB value is (121,237,248). Sum of RGB (Red+Green+Blue) = 121+237+248=606 (80% of max value = 765). Red value is 121 (47.66% from 255 or 19.97% from 606); Green value is 237 (92.97% from 255 or 39.11% from 606); Blue value is 248 (97.27% from 255 or 40.92% from 606); Max value from RGB is 248 - color contains mainly: blue. Hex color #79EDF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79EDF8 is #861207. Grayscale: #CBCBCB. Windows color (decimal): -8786440 or 16313721. OLE color: 16313721.

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

Color convert

RGB121237248-
CMYK0.510.0400.03
HSL185.2º90.07%72.35%-
HSV(B)185.2º51.21%97.25%-
XYZ55.1171.4199.69-
YUV203.57153.0769.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 19.97%
GREEN value IS 237 (92.97% from 255) = 39.11%
BLUE value IS 248 (97.27% from 255) = 40.92%
R=19.97%
G=39.11%
B=40.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1212372480.510.0400.03185.290.0772.35
Hex79EDF833403b95a48
Octal17135537063403271132110
Binary111100111101101111110001100111000111011100110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79EDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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