#79FCF5

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

Shades of Electric Blue #79FCF5

Tints of Electric Blue #79FCF5

Color information

#79FCF5 (or 0x79FCF5) is unknown color: approx Electric Blue. HEX triplet: 79, FC and F5. RGB value is (121,252,245). Sum of RGB (Red+Green+Blue) = 121+252+245=618 (81% of max value = 765). Red value is 121 (47.66% from 255 or 19.58% from 618); Green value is 252 (98.83% from 255 or 40.78% from 618); Blue value is 245 (96.09% from 255 or 39.64% from 618); Max value from RGB is 252 - color contains mainly: green. Hex color #79FCF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79FCF5 is #86030A. Grayscale: #D3D3D3. Windows color (decimal): -8782603 or 16120953. OLE color: 16120953.

HSL color Cylindrical-coordinate representation of color #79FCF5: hue angle of 176.79º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #79FCF5 is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB121252245-
CMYK0.5200.030.01
HSL176.79º95.62%73.14%-
HSV(B)176.79º51.98%98.82%-
XYZ59.1880.2898.76-
YUV212.03146.663.07-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 19.58%
GREEN value IS 252 (98.83% from 255) = 40.78%
BLUE value IS 245 (96.09% from 255) = 39.64%
R=19.58%
G=40.78%
B=39.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1212522450.5200.030.01176.7995.6273.14
Hex79FCF534031b16049
Octal17137436564031261140111
Binary1111001111111001111010111010001111011000111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79FCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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