#78EFED

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

Shades of Electric Blue #78EFED

Tints of Electric Blue #78EFED

Color information

#78EFED (or 0x78EFED) is unknown color: approx Electric Blue. HEX triplet: 78, EF and ED. RGB value is (120,239,237). Sum of RGB (Red+Green+Blue) = 120+239+237=596 (78% of max value = 765). Red value is 120 (47.27% from 255 or 20.13% from 596); Green value is 239 (93.75% from 255 or 40.10% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 239 - color contains mainly: green. Hex color #78EFED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78EFED is #871012. Grayscale: #CBCBCB. Windows color (decimal): -8851475 or 15593336. OLE color: 15593336.

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

Color convert

RGB120239237-
CMYK0.5000.010.06
HSL178.99º78.81%70.39%-
HSV(B)178.99º49.79%93.73%-
XYZ53.971.8491.15-
YUV203.19147.0868.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20.13%
GREEN value IS 239 (93.75% from 255) = 40.10%
BLUE value IS 237 (92.97% from 255) = 39.77%
R=20.13%
G=40.10%
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
Decimal1202392370.5000.010.06178.9978.8170.39
Hex78EFED32016b34f46
Octal17035735562016263117106
Binary11110001110111111101101110010011101011001110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78EFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78EFED; }

 p { color: rgb(120,239,237); }

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

<style>
 a { background-color: #78EFED; }

 a { background-color: rgb(120,239,237); }

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

<style>
 span { border-color: #78EFED; }

 span { border-color: rgb(120,239,237); }

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