#78eff5

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

Shades of Electric Blue #78EFF5

Tints of Electric Blue #78EFF5

Color information

#78EFF5 (or 0x78EFF5) is unknown color: approx Electric Blue. HEX triplet: 78, EF and F5. RGB value is (120,239,245). Sum of RGB (Red+Green+Blue) = 120+239+245=604 (80% of max value = 765). Red value is 120 (47.27% from 255 or 19.87% from 604); Green value is 239 (93.75% from 255 or 39.57% from 604); Blue value is 245 (96.09% from 255 or 40.56% from 604); Max value from RGB is 245 - color contains mainly: blue. Hex color #78EFF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78EFF5 is #87100A. Grayscale: #CBCBCB. Windows color (decimal): -8851467 or 16117624. OLE color: 16117624.

HSL color Cylindrical-coordinate representation of color #78EFF5: hue angle of 182.88º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78EFF5 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB120239245-
CMYK0.510.0200.04
HSL182.88º86.21%71.57%-
HSV(B)182.88º51.02%96.08%-
XYZ55.0972.3297.44-
YUV204.1151.0868.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 19.87%
GREEN value IS 239 (93.75% from 255) = 39.57%
BLUE value IS 245 (96.09% from 255) = 40.56%
R=19.87%
G=39.57%
B=40.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1202392450.510.0200.04182.8886.2171.57
Hex78EFF533204b75648
Octal17035736563204267126110
Binary111100011101111111101011100111001001011011110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78eff5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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