#77efea

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

Shades of Electric Blue #77EFEA

Tints of Electric Blue #77EFEA

Color information

#77EFEA (or 0x77EFEA) is unknown color: approx Electric Blue. HEX triplet: 77, EF and EA. RGB value is (119,239,234). Sum of RGB (Red+Green+Blue) = 119+239+234=592 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.10% from 592); Green value is 239 (93.75% from 255 or 40.37% from 592); Blue value is 234 (91.80% from 255 or 39.53% from 592); Max value from RGB is 239 - color contains mainly: green. Hex color #77EFEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77EFEA is #881015. Grayscale: #CACACA. Windows color (decimal): -8917014 or 15396727. OLE color: 15396727.

HSL color Cylindrical-coordinate representation of color #77EFEA: hue angle of 177.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77EFEA is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB119239234-
CMYK0.5000.020.06
HSL177.5º78.95%70.2%-
HSV(B)177.5º50.21%93.73%-
XYZ53.3371.688.85-
YUV202.55145.7468.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.10%
GREEN value IS 239 (93.75% from 255) = 40.37%
BLUE value IS 234 (91.80% from 255) = 39.53%
R=20.10%
G=40.37%
B=39.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1192392340.5000.020.06177.578.9570.2
Hex77EFEA32026b24f46
Octal16735735262026262117106
Binary111011111101111111010101100100101101011001010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77efea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77efea; }

 p { color: rgb(119,239,234); }

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

<style>
 a { background-color: #77efea; }

 a { background-color: rgb(119,239,234); }

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

<style>
 span { border-color: #77efea; }

 span { border-color: rgb(119,239,234); }

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