#78EAF5

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

Shades of Electric Blue #78EAF5

Tints of Electric Blue #78EAF5

Color information

#78EAF5 (or 0x78EAF5) is unknown color: approx Electric Blue. HEX triplet: 78, EA and F5. RGB value is (120,234,245). Sum of RGB (Red+Green+Blue) = 120+234+245=599 (79% of max value = 765). Red value is 120 (47.27% from 255 or 20.03% from 599); Green value is 234 (91.80% from 255 or 39.07% from 599); Blue value is 245 (96.09% from 255 or 40.90% from 599); Max value from RGB is 245 - color contains mainly: blue. Hex color #78EAF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78EAF5 is #87150A. Grayscale: #C9C9C9. Windows color (decimal): -8852747 or 16116344. OLE color: 16116344.

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

Color convert

RGB120234245-
CMYK0.510.0400.04
HSL185.28º86.21%71.57%-
HSV(B)185.28º51.02%96.08%-
XYZ53.6569.4396.96-
YUV201.17152.7370.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20.03%
GREEN value IS 234 (91.80% from 255) = 39.07%
BLUE value IS 245 (96.09% from 255) = 40.90%
R=20.03%
G=39.07%
B=40.90%

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
Decimal1202342450.510.0400.04185.2886.2171.57
Hex78EAF533404b95648
Octal17035236563404271126110
Binary1111000111010101111010111001110001001011100110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78EAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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