#79F2FC

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

Shades of Electric Blue #79F2FC

Tints of Electric Blue #79F2FC

Color information

#79F2FC (or 0x79F2FC) is unknown color: approx Electric Blue. HEX triplet: 79, F2 and FC. RGB value is (121,242,252). Sum of RGB (Red+Green+Blue) = 121+242+252=615 (81% of max value = 765). Red value is 121 (47.66% from 255 or 19.67% from 615); Green value is 242 (94.92% from 255 or 39.35% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #79F2FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79F2FC is #860D03. Grayscale: #CECECE. Windows color (decimal): -8785156 or 16577145. OLE color: 16577145.

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

Color convert

RGB121242252-
CMYK0.520.0400.01
HSL184.58º95.62%73.14%-
HSV(B)184.58º51.98%98.82%-
XYZ57.2174.6103.48-
YUV206.96153.4166.69-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 19.67%
GREEN value IS 242 (94.92% from 255) = 39.35%
BLUE value IS 252 (98.83% from 255) = 40.98%
R=19.67%
G=39.35%
B=40.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1212422520.520.0400.01184.5895.6273.14
Hex79F2FC34401b96049
Octal17136237464401271140111
Binary11110011111001011111100110100100011011100111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79F2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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