#79EBEE

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

Shades of Electric Blue #79EBEE

Tints of Electric Blue #79EBEE

Color information

#79EBEE (or 0x79EBEE) is unknown color: approx Electric Blue. HEX triplet: 79, EB and EE. RGB value is (121,235,238). Sum of RGB (Red+Green+Blue) = 121+235+238=594 (78% of max value = 765). Red value is 121 (47.66% from 255 or 20.37% from 594); Green value is 235 (92.19% from 255 or 39.56% from 594); Blue value is 238 (93.36% from 255 or 40.07% from 594); Max value from RGB is 238 - color contains mainly: blue. Hex color #79EBEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79EBEE is #861411. Grayscale: #C9C9C9. Windows color (decimal): -8786962 or 15657849. OLE color: 15657849.

HSL color Cylindrical-coordinate representation of color #79EBEE: hue angle of 181.54º 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 #79EBEE is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB121235238-
CMYK0.490.0100.07
HSL181.54º77.48%70.39%-
HSV(B)181.54º49.16%93.33%-
XYZ53.0369.6591.54-
YUV201.26148.7370.76-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 20.37%
GREEN value IS 235 (92.19% from 255) = 39.56%
BLUE value IS 238 (93.36% from 255) = 40.07%
R=20.37%
G=39.56%
B=40.07%

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
Decimal1212352380.490.0100.07181.5477.4870.39
Hex79EBEE31107b64d46
Octal17135335661107266115106
Binary11110011110101111101110110001101111011011010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79EBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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