#77F4EE

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

Shades of Electric Blue #77F4EE

Tints of Electric Blue #77F4EE

Color information

#77F4EE (or 0x77F4EE) is unknown color: approx Electric Blue. HEX triplet: 77, F4 and EE. RGB value is (119,244,238). Sum of RGB (Red+Green+Blue) = 119+244+238=601 (79% of max value = 765). Red value is 119 (46.88% from 255 or 19.80% from 601); Green value is 244 (95.70% from 255 or 40.60% from 601); Blue value is 238 (93.36% from 255 or 39.60% from 601); Max value from RGB is 244 - color contains mainly: green. Hex color #77F4EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77F4EE is #880B11. Grayscale: #CDCDCD. Windows color (decimal): -8915730 or 15660151. OLE color: 15660151.

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

Color convert

RGB119244238-
CMYK0.5100.020.04
HSL177.12º85.03%71.18%-
HSV(B)177.12º51.23%95.69%-
XYZ55.3974.892.41-
YUV205.94146.0965.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 19.80%
GREEN value IS 244 (95.70% from 255) = 40.60%
BLUE value IS 238 (93.36% from 255) = 39.60%
R=19.80%
G=40.60%
B=39.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1192442380.5100.020.04177.1285.0371.18
Hex77F4EE33024b15547
Octal16736435663024261125107
Binary111011111110100111011101100110101001011000110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77F4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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