#77F4E6

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

Shades of Electric Blue #77F4E6

Tints of Electric Blue #77F4E6

Color information

#77F4E6 (or 0x77F4E6) is unknown color: approx Electric Blue. HEX triplet: 77, F4 and E6. RGB value is (119,244,230). Sum of RGB (Red+Green+Blue) = 119+244+230=593 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.07% from 593); Green value is 244 (95.70% from 255 or 41.15% from 593); Blue value is 230 (90.23% from 255 or 38.79% from 593); Max value from RGB is 244 - color contains mainly: green. Hex color #77F4E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77F4E6 is #880B19. Grayscale: #CCCCCC. Windows color (decimal): -8915738 or 15135863. OLE color: 15135863.

HSL color Cylindrical-coordinate representation of color #77F4E6: hue angle of 173.28º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77F4E6 is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB119244230-
CMYK0.5100.060.04
HSL173.28º85.03%71.18%-
HSV(B)173.28º51.23%95.69%-
XYZ54.2474.3486.35-
YUV205.03142.0966.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.07%
GREEN value IS 244 (95.70% from 255) = 41.15%
BLUE value IS 230 (90.23% from 255) = 38.79%
R=20.07%
G=41.15%
B=38.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1192442300.5100.060.04173.2885.0371.18
Hex77F4E633064ad5547
Octal16736434663064255125107
Binary1110111111101001110011011001101101001010110110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77F4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,244,230); }

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

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

 a { background-color: rgb(119,244,230); }

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

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

 span { border-color: rgb(119,244,230); }

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