#79F5FC

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

Shades of Electric Blue #79F5FC

Tints of Electric Blue #79F5FC

Color information

#79F5FC (or 0x79F5FC) is unknown color: approx Electric Blue. HEX triplet: 79, F5 and FC. RGB value is (121,245,252). Sum of RGB (Red+Green+Blue) = 121+245+252=618 (81% of max value = 765). Red value is 121 (47.66% from 255 or 19.58% from 618); Green value is 245 (96.09% from 255 or 39.64% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #79F5FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79F5FC is #860A03. Grayscale: #D0D0D0. Windows color (decimal): -8784388 or 16577913. OLE color: 16577913.

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

Color convert

RGB121245252-
CMYK0.520.0300.01
HSL183.21º95.62%73.14%-
HSV(B)183.21º51.98%98.82%-
XYZ58.1176.4103.78-
YUV208.72152.4265.43-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1212452520.520.0300.01183.2195.6273.14
Hex79F5FC34301b76049
Octal17136537464301267140111
Binary1111001111101011111110011010011011011011111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79F5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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