#79F9F5

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

Shades of Electric Blue #79F9F5

Tints of Electric Blue #79F9F5

Color information

#79F9F5 (or 0x79F9F5) is unknown color: approx Electric Blue. HEX triplet: 79, F9 and F5. RGB value is (121,249,245). Sum of RGB (Red+Green+Blue) = 121+249+245=615 (81% of max value = 765). Red value is 121 (47.66% from 255 or 19.67% from 615); Green value is 249 (97.66% from 255 or 40.49% from 615); Blue value is 245 (96.09% from 255 or 39.84% from 615); Max value from RGB is 249 - color contains mainly: green. Hex color #79F9F5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79F9F5 is #86060A. Grayscale: #D2D2D2. Windows color (decimal): -8783371 or 16120185. OLE color: 16120185.

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

Color convert

RGB121249245-
CMYK0.5100.020.02
HSL178.12º91.43%72.55%-
HSV(B)178.12º51.41%97.65%-
XYZ58.2478.4198.45-
YUV210.27147.5964.33-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 19.67%
GREEN value IS 249 (97.66% from 255) = 40.49%
BLUE value IS 245 (96.09% from 255) = 39.84%
R=19.67%
G=40.49%
B=39.84%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1212492450.5100.020.02178.1291.4372.55
Hex79F9F533022b25b49
Octal17137136563022262133111
Binary11110011111100111110101110011010101011001010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79F9F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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