#77ECED

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

Shades of Electric Blue #77ECED

Tints of Electric Blue #77ECED

Color information

#77ECED (or 0x77ECED) is unknown color: approx Electric Blue. HEX triplet: 77, EC and ED. RGB value is (119,236,237). Sum of RGB (Red+Green+Blue) = 119+236+237=592 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.10% from 592); Green value is 236 (92.58% from 255 or 39.86% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: blue. Hex color #77ECED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77ECED is #881312. Grayscale: #C9C9C9. Windows color (decimal): -8917779 or 15592567. OLE color: 15592567.

HSL color Cylindrical-coordinate representation of color #77ECED: hue angle of 180.51º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77ECED is Cyan = 0.50, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB119236237-
CMYK0.500.0000.07
HSL180.51º76.62%69.8%-
HSV(B)180.51º49.79%92.94%-
XYZ52.8970.0390.85-
YUV201.13148.2469.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.10%
GREEN value IS 236 (92.58% from 255) = 39.86%
BLUE value IS 237 (92.97% from 255) = 40.03%
R=20.10%
G=39.86%
B=40.03%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1192362370.500.0000.07180.5176.6269.8
Hex77ECED32007b54d46
Octal16735435562007265115106
Binary11101111110110011101101110010001111011010110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77ECED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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