#79F5FE

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

Shades of Electric Blue #79F5FE

Tints of Electric Blue #79F5FE

Color information

#79F5FE (or 0x79F5FE) is unknown color: approx Electric Blue. HEX triplet: 79, F5 and FE. RGB value is (121,245,254). Sum of RGB (Red+Green+Blue) = 121+245+254=620 (82% of max value = 765). Red value is 121 (47.66% from 255 or 19.52% from 620); Green value is 245 (96.09% from 255 or 39.52% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #79F5FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79F5FE is #860A01. Grayscale: #D0D0D0. Windows color (decimal): -8784386 or 16708985. OLE color: 16708985.

HSL color Cylindrical-coordinate representation of color #79F5FE: hue angle of 184.06º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #79F5FE is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB121245254-
CMYK0.520.0400.00
HSL184.06º98.52%73.53%-
HSV(B)184.06º52.36%99.61%-
XYZ58.4376.53105.46-
YUV208.95153.4265.27-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 19.52%
GREEN value IS 245 (96.09% from 255) = 39.52%
BLUE value IS 254 (99.61% from 255) = 40.97%
R=19.52%
G=39.52%
B=40.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1212452540.520.0400.00184.0698.5273.53
Hex79F5FE34400b8634a
Octal17136537664400270143112
Binary11110011111010111111110110100100001011100011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79F5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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