#78F7EA

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

Shades of Electric Blue #78F7EA

Tints of Electric Blue #78F7EA

Color information

#78F7EA (or 0x78F7EA) is unknown color: approx Electric Blue. HEX triplet: 78, F7 and EA. RGB value is (120,247,234). Sum of RGB (Red+Green+Blue) = 120+247+234=601 (79% of max value = 765). Red value is 120 (47.27% from 255 or 19.97% from 601); Green value is 247 (96.88% from 255 or 41.10% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 247 - color contains mainly: green. Hex color #78F7EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78F7EA is #870815. Grayscale: #CFCFCF. Windows color (decimal): -8849430 or 15398776. OLE color: 15398776.

HSL color Cylindrical-coordinate representation of color #78F7EA: hue angle of 173.86º 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 #78F7EA is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB120247234-
CMYK0.5100.050.03
HSL173.86º88.81%71.96%-
HSV(B)173.86º51.42%96.86%-
XYZ55.8676.4689.66-
YUV207.54142.9265.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 19.97%
GREEN value IS 247 (96.88% from 255) = 41.10%
BLUE value IS 234 (91.80% from 255) = 38.94%
R=19.97%
G=41.10%
B=38.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1202472340.5100.050.03173.8688.8171.96
Hex78F7EA33053ae5948
Octal17036735263053256131110
Binary111100011110111111010101100110101111010111010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78F7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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