#77F7EE

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

Shades of Electric Blue #77F7EE

Tints of Electric Blue #77F7EE

Color information

#77F7EE (or 0x77F7EE) is unknown color: approx Electric Blue. HEX triplet: 77, F7 and EE. RGB value is (119,247,238). Sum of RGB (Red+Green+Blue) = 119+247+238=604 (80% of max value = 765). Red value is 119 (46.88% from 255 or 19.70% from 604); Green value is 247 (96.88% from 255 or 40.89% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 247 - color contains mainly: green. Hex color #77F7EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77F7EE is #880811. Grayscale: #CFCFCF. Windows color (decimal): -8914962 or 15660919. OLE color: 15660919.

HSL color Cylindrical-coordinate representation of color #77F7EE: hue angle of 175.78º 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 #77F7EE is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB119247238-
CMYK0.5200.040.03
HSL175.78º88.89%71.76%-
HSV(B)175.78º51.82%96.86%-
XYZ56.376.6292.71-
YUV207.7145.0964.73-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 19.70%
GREEN value IS 247 (96.88% from 255) = 40.89%
BLUE value IS 238 (93.36% from 255) = 39.40%
R=19.70%
G=40.89%
B=39.40%

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
Decimal1192472380.5200.040.03175.7888.8971.76
Hex77F7EE34043b05948
Octal16736735664043260131110
Binary111011111110111111011101101000100111011000010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77F7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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