#79E5FB

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

Shades of Electric Blue #79E5FB

Tints of Electric Blue #79E5FB

Color information

#79E5FB (or 0x79E5FB) is unknown color: approx Electric Blue. HEX triplet: 79, E5 and FB. RGB value is (121,229,251). Sum of RGB (Red+Green+Blue) = 121+229+251=601 (79% of max value = 765). Red value is 121 (47.66% from 255 or 20.13% from 601); Green value is 229 (89.84% from 255 or 38.10% from 601); Blue value is 251 (98.44% from 255 or 41.76% from 601); Max value from RGB is 251 - color contains mainly: blue. Hex color #79E5FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79E5FB is #861A04. Grayscale: #C7C7C7. Windows color (decimal): -8788485 or 16508281. OLE color: 16508281.

HSL color Cylindrical-coordinate representation of color #79E5FB: hue angle of 190.15º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #79E5FB is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB121229251-
CMYK0.520.0900.02
HSL190.15º94.2%72.94%-
HSV(B)190.15º51.79%98.43%-
XYZ53.3267.07101.4-
YUV199.22157.2272.21-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 20.13%
GREEN value IS 229 (89.84% from 255) = 38.10%
BLUE value IS 251 (98.44% from 255) = 41.76%
R=20.13%
G=38.10%
B=41.76%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1212292510.520.0900.02190.1594.272.94
Hex79E5FB34902be5e49
Octal171345373641102276136111
Binary1111001111001011111101111010010010101011111010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79E5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,229,251); }

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

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

 a { background-color: rgb(121,229,251); }

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

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

 span { border-color: rgb(121,229,251); }

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