#79FAEE

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

Shades of Electric Blue #79FAEE

Tints of Electric Blue #79FAEE

Color information

#79FAEE (or 0x79FAEE) is unknown color: approx Electric Blue. HEX triplet: 79, FA and EE. RGB value is (121,250,238). Sum of RGB (Red+Green+Blue) = 121+250+238=609 (80% of max value = 765). Red value is 121 (47.66% from 255 or 19.87% from 609); Green value is 250 (98.05% from 255 or 41.05% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 250 - color contains mainly: green. Hex color #79FAEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79FAEE is #860511. Grayscale: #D1D1D1. Windows color (decimal): -8783122 or 15661689. OLE color: 15661689.

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

Color convert

RGB121250238-
CMYK0.5200.050.02
HSL174.42º92.81%72.75%-
HSV(B)174.42º51.6%98.04%-
XYZ57.578.6193.03-
YUV210.06143.7664.48-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 19.87%
GREEN value IS 250 (98.05% from 255) = 41.05%
BLUE value IS 238 (93.36% from 255) = 39.08%
R=19.87%
G=41.05%
B=39.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1212502380.5200.050.02174.4292.8172.75
Hex79FAEE34052ae5d49
Octal17137235664052256135111
Binary111100111111010111011101101000101101010111010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79FAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,250,238); }

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

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

 a { background-color: rgb(121,250,238); }

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

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

 span { border-color: rgb(121,250,238); }

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