#78F7E9

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

Shades of Electric Blue #78F7E9

Tints of Electric Blue #78F7E9

Color information

#78F7E9 (or 0x78F7E9) is unknown color: approx Electric Blue. HEX triplet: 78, F7 and E9. RGB value is (120,247,233). Sum of RGB (Red+Green+Blue) = 120+247+233=600 (79% of max value = 765). Red value is 120 (47.27% from 255 or 20% from 600); Green value is 247 (96.88% from 255 or 41.17% from 600); Blue value is 233 (91.41% from 255 or 38.83% from 600); Max value from RGB is 247 - color contains mainly: green. Hex color #78F7E9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78F7E9 is #870816. Grayscale: #CFCFCF. Windows color (decimal): -8849431 or 15333240. OLE color: 15333240.

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

Color convert

RGB120247233-
CMYK0.5100.060.03
HSL173.39º88.81%71.96%-
HSV(B)173.39º51.42%96.86%-
XYZ55.7176.488.9-
YUV207.43142.4265.64-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20%
GREEN value IS 247 (96.88% from 255) = 41.17%
BLUE value IS 233 (91.41% from 255) = 38.83%
R=20%
G=41.17%
B=38.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1202472330.5100.060.03173.3988.8171.96
Hex78F7E933063ad5948
Octal17036735163063255131110
Binary111100011110111111010011100110110111010110110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78F7E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,247,233); }

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

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

 a { background-color: rgb(120,247,233); }

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

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

 span { border-color: rgb(120,247,233); }

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