#77F7ED

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

Shades of Electric Blue #77F7ED

Tints of Electric Blue #77F7ED

Color information

#77F7ED (or 0x77F7ED) is unknown color: approx Electric Blue. HEX triplet: 77, F7 and ED. RGB value is (119,247,237). Sum of RGB (Red+Green+Blue) = 119+247+237=603 (79% of max value = 765). Red value is 119 (46.88% from 255 or 19.73% from 603); Green value is 247 (96.88% from 255 or 40.96% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 247 - color contains mainly: green. Hex color #77F7ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77F7ED is #880812. Grayscale: #CFCFCF. Windows color (decimal): -8914963 or 15595383. OLE color: 15595383.

HSL color Cylindrical-coordinate representation of color #77F7ED: hue angle of 175.31º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77F7ED is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB119247237-
CMYK0.5200.040.03
HSL175.31º88.89%71.76%-
HSV(B)175.31º51.82%96.86%-
XYZ56.1576.5691.94-
YUV207.59144.5964.81-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 19.73%
GREEN value IS 247 (96.88% from 255) = 40.96%
BLUE value IS 237 (92.97% from 255) = 39.30%
R=19.73%
G=40.96%
B=39.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1192472370.5200.040.03175.3188.8971.76
Hex77F7ED34043af5948
Octal16736735564043257131110
Binary111011111110111111011011101000100111010111110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77F7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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