#79EEFA

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

Shades of Electric Blue #79EEFA

Tints of Electric Blue #79EEFA

Color information

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

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

Color convert

RGB121238250-
CMYK0.520.0500.02
HSL185.58º92.81%72.75%-
HSV(B)185.58º51.6%98.04%-
XYZ55.7272.12101.43-
YUV204.38153.7468.52-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1212382500.520.0500.02185.5892.8172.75
Hex79EEFA34502ba5d49
Octal17135637264502272135111
Binary111100111101110111110101101001010101011101010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79EEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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