#79F5FB

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

Shades of Electric Blue #79F5FB

Tints of Electric Blue #79F5FB

Color information

#79F5FB (or 0x79F5FB) is unknown color: approx Electric Blue. HEX triplet: 79, F5 and FB. RGB value is (121,245,251). Sum of RGB (Red+Green+Blue) = 121+245+251=617 (81% of max value = 765). Red value is 121 (47.66% from 255 or 19.61% from 617); Green value is 245 (96.09% from 255 or 39.71% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #79F5FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79F5FB is #860A04. Grayscale: #D0D0D0. Windows color (decimal): -8784389 or 16512377. OLE color: 16512377.

HSL color Cylindrical-coordinate representation of color #79F5FB: hue angle of 182.77º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #79F5FB is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB121245251-
CMYK0.520.0200.02
HSL182.77º94.2%72.94%-
HSV(B)182.77º51.79%98.43%-
XYZ57.9576.33102.95-
YUV208.61151.9265.51-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 19.61%
GREEN value IS 245 (96.09% from 255) = 39.71%
BLUE value IS 251 (98.44% from 255) = 40.68%
R=19.61%
G=39.71%
B=40.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1212452510.520.0200.02182.7794.272.94
Hex79F5FB34202b75e49
Octal17136537364202267136111
Binary11110011111010111111011110100100101011011110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79F5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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