#78EBF6

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

Shades of Electric Blue #78EBF6

Tints of Electric Blue #78EBF6

Color information

#78EBF6 (or 0x78EBF6) is unknown color: approx Electric Blue. HEX triplet: 78, EB and F6. RGB value is (120,235,246). Sum of RGB (Red+Green+Blue) = 120+235+246=601 (79% of max value = 765). Red value is 120 (47.27% from 255 or 19.97% from 601); Green value is 235 (92.19% from 255 or 39.10% from 601); Blue value is 246 (96.48% from 255 or 40.93% from 601); Max value from RGB is 246 - color contains mainly: blue. Hex color #78EBF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78EBF6 is #871409. Grayscale: #C9C9C9. Windows color (decimal): -8852490 or 16182136. OLE color: 16182136.

HSL color Cylindrical-coordinate representation of color #78EBF6: hue angle of 185.24º degrees, saturation: 0.88, 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 #78EBF6 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB120235246-
CMYK0.510.0400.04
HSL185.24º87.5%71.76%-
HSV(B)185.24º51.22%96.47%-
XYZ54.0970.0697.86-
YUV201.87152.969.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 19.97%
GREEN value IS 235 (92.19% from 255) = 39.10%
BLUE value IS 246 (96.48% from 255) = 40.93%
R=19.97%
G=39.10%
B=40.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1202352460.510.0400.04185.2487.571.76
Hex78EBF633404b95848
Octal17035336663404271130110
Binary1111000111010111111011011001110001001011100110110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78EBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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