#79F9FE

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

Shades of Electric Blue #79F9FE

Tints of Electric Blue #79F9FE

Color information

#79F9FE (or 0x79F9FE) is unknown color: approx Electric Blue. HEX triplet: 79, F9 and FE. RGB value is (121,249,254). Sum of RGB (Red+Green+Blue) = 121+249+254=624 (82% of max value = 765). Red value is 121 (47.66% from 255 or 19.39% from 624); Green value is 249 (97.66% from 255 or 39.90% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #79F9FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79F9FE is #860601. Grayscale: #D3D3D3. Windows color (decimal): -8783362 or 16710009. OLE color: 16710009.

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

Color convert

RGB121249254-
CMYK0.520.0200.00
HSL182.26º98.52%73.53%-
HSV(B)182.26º52.36%99.61%-
XYZ59.6578.97105.87-
YUV211.3152.0963.59-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 19.39%
GREEN value IS 249 (97.66% from 255) = 39.90%
BLUE value IS 254 (99.61% from 255) = 40.71%
R=19.39%
G=39.90%
B=40.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1212492540.520.0200.00182.2698.5273.53
Hex79F9FE34200b6634a
Octal17137137664200266143112
Binary1111001111110011111111011010010001011011011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79F9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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