#79F5F8

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

Shades of Electric Blue #79F5F8

Tints of Electric Blue #79F5F8

Color information

#79F5F8 (or 0x79F5F8) is unknown color: approx Electric Blue. HEX triplet: 79, F5 and F8. RGB value is (121,245,248). Sum of RGB (Red+Green+Blue) = 121+245+248=614 (81% of max value = 765). Red value is 121 (47.66% from 255 or 19.71% from 614); Green value is 245 (96.09% from 255 or 39.90% from 614); Blue value is 248 (97.27% from 255 or 40.39% from 614); Max value from RGB is 248 - color contains mainly: blue. Hex color #79F5F8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79F5F8 is #860A07. Grayscale: #D0D0D0. Windows color (decimal): -8784392 or 16315769. OLE color: 16315769.

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

Color convert

RGB121245248-
CMYK0.510.0100.03
HSL181.42º90.07%72.35%-
HSV(B)181.42º51.21%97.25%-
XYZ57.4876.15100.48-
YUV208.27150.4265.76-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 19.71%
GREEN value IS 245 (96.09% from 255) = 39.90%
BLUE value IS 248 (97.27% from 255) = 40.39%
R=19.71%
G=39.90%
B=40.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1212452480.510.0100.03181.4290.0772.35
Hex79F5F833103b55a48
Octal17136537063103265132110
Binary1111001111101011111100011001110111011010110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79F5F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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