#79FBF5

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

Shades of Electric Blue #79FBF5

Tints of Electric Blue #79FBF5

Color information

#79FBF5 (or 0x79FBF5) is unknown color: approx Electric Blue. HEX triplet: 79, FB and F5. RGB value is (121,251,245). Sum of RGB (Red+Green+Blue) = 121+251+245=617 (81% of max value = 765). Red value is 121 (47.66% from 255 or 19.61% from 617); Green value is 251 (98.44% from 255 or 40.68% from 617); Blue value is 245 (96.09% from 255 or 39.71% from 617); Max value from RGB is 251 - color contains mainly: green. Hex color #79FBF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79FBF5 is #86040A. Grayscale: #D3D3D3. Windows color (decimal): -8782859 or 16120697. OLE color: 16120697.

HSL color Cylindrical-coordinate representation of color #79FBF5: hue angle of 177.23º 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 #79FBF5 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB121251245-
CMYK0.5200.020.02
HSL177.23º94.2%72.94%-
HSV(B)177.23º51.79%98.43%-
XYZ58.8679.6598.66-
YUV211.45146.9363.49-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1212512450.5200.020.02177.2394.272.94
Hex79FBF534022b15e49
Octal17137336564022261136111
Binary11110011111101111110101110100010101011000110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79FBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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