#79FEF8

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

Shades of Electric Blue #79FEF8

Tints of Electric Blue #79FEF8

Color information

#79FEF8 (or 0x79FEF8) is unknown color: approx Electric Blue. HEX triplet: 79, FE and F8. RGB value is (121,254,248). Sum of RGB (Red+Green+Blue) = 121+254+248=623 (82% of max value = 765). Red value is 121 (47.66% from 255 or 19.42% from 623); Green value is 254 (99.61% from 255 or 40.77% from 623); Blue value is 248 (97.27% from 255 or 39.81% from 623); Max value from RGB is 254 - color contains mainly: green. Hex color #79FEF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79FEF8 is #860107. Grayscale: #D5D5D5. Windows color (decimal): -8782088 or 16318073. OLE color: 16318073.

HSL color Cylindrical-coordinate representation of color #79FEF8: hue angle of 177.29º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #79FEF8 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB121254248-
CMYK0.5200.020.00
HSL177.29º98.52%73.53%-
HSV(B)177.29º52.36%99.61%-
XYZ60.2781.73101.41-
YUV213.55147.4461.99-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 19.42%
GREEN value IS 254 (99.61% from 255) = 40.77%
BLUE value IS 248 (97.27% from 255) = 39.81%
R=19.42%
G=40.77%
B=39.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1212542480.5200.020.00177.2998.5273.53
Hex79FEF834020b1634a
Octal17137637064020261143112
Binary1111001111111101111100011010001001011000111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79FEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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