#77F0ED

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

Shades of Electric Blue #77F0ED

Tints of Electric Blue #77F0ED

Color information

#77F0ED (or 0x77F0ED) is unknown color: approx Electric Blue. HEX triplet: 77, F0 and ED. RGB value is (119,240,237). Sum of RGB (Red+Green+Blue) = 119+240+237=596 (78% of max value = 765). Red value is 119 (46.88% from 255 or 19.97% from 596); Green value is 240 (94.14% from 255 or 40.27% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 240 - color contains mainly: green. Hex color #77F0ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77F0ED is #880F12. Grayscale: #CBCBCB. Windows color (decimal): -8916755 or 15593591. OLE color: 15593591.

HSL color Cylindrical-coordinate representation of color #77F0ED: hue angle of 178.51º degrees, saturation: 0.8, 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 #77F0ED is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB119240237-
CMYK0.5000.010.06
HSL178.51º80.13%70.39%-
HSV(B)178.51º50.42%94.12%-
XYZ54.0572.3691.24-
YUV203.48146.9167.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 19.97%
GREEN value IS 240 (94.14% from 255) = 40.27%
BLUE value IS 237 (92.97% from 255) = 39.77%
R=19.97%
G=40.27%
B=39.77%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1192402370.5000.010.06178.5180.1370.39
Hex77F0ED32016b35046
Octal16736035562016263120106
Binary11101111111000011101101110010011101011001110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77F0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,240,237); }

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

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

 a { background-color: rgb(119,240,237); }

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

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

 span { border-color: rgb(119,240,237); }

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