#79ECEE

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

Shades of Electric Blue #79ECEE

Tints of Electric Blue #79ECEE

Color information

#79ECEE (or 0x79ECEE) is unknown color: approx Electric Blue. HEX triplet: 79, EC and EE. RGB value is (121,236,238). Sum of RGB (Red+Green+Blue) = 121+236+238=595 (78% of max value = 765). Red value is 121 (47.66% from 255 or 20.34% from 595); Green value is 236 (92.58% from 255 or 39.66% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #79ECEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79ECEE is #861311. Grayscale: #C9C9C9. Windows color (decimal): -8786706 or 15658105. OLE color: 15658105.

HSL color Cylindrical-coordinate representation of color #79ECEE: hue angle of 181.03º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #79ECEE is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB121236238-
CMYK0.490.0100.07
HSL181.03º77.48%70.39%-
HSV(B)181.03º49.16%93.33%-
XYZ53.3170.2391.63-
YUV201.84148.470.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 20.34%
GREEN value IS 236 (92.58% from 255) = 39.66%
BLUE value IS 238 (93.36% from 255) = 40%
R=20.34%
G=39.66%
B=40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1212362380.490.0100.07181.0377.4870.39
Hex79ECEE31107b54d46
Octal17135435661107265115106
Binary11110011110110011101110110001101111011010110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79ECEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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