#78F7EB

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

Shades of Electric Blue #78F7EB

Tints of Electric Blue #78F7EB

Color information

#78F7EB (or 0x78F7EB) is unknown color: approx Electric Blue. HEX triplet: 78, F7 and EB. RGB value is (120,247,235). Sum of RGB (Red+Green+Blue) = 120+247+235=602 (79% of max value = 765). Red value is 120 (47.27% from 255 or 19.93% from 602); Green value is 247 (96.88% from 255 or 41.03% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 247 - color contains mainly: green. Hex color #78F7EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78F7EB is #870814. Grayscale: #CFCFCF. Windows color (decimal): -8849429 or 15464312. OLE color: 15464312.

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

Color convert

RGB120247235-
CMYK0.5100.050.03
HSL174.33º88.81%71.96%-
HSV(B)174.33º51.42%96.86%-
XYZ5676.5190.41-
YUV207.66143.4265.48-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 19.93%
GREEN value IS 247 (96.88% from 255) = 41.03%
BLUE value IS 235 (92.19% from 255) = 39.04%
R=19.93%
G=41.03%
B=39.04%

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
Decimal1202472350.5100.050.03174.3388.8171.96
Hex78F7EB33053ae5948
Octal17036735363053256131110
Binary111100011110111111010111100110101111010111010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78F7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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