#78EAFA

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

Shades of Electric Blue #78EAFA

Tints of Electric Blue #78EAFA

Color information

#78EAFA (or 0x78EAFA) is unknown color: approx Electric Blue. HEX triplet: 78, EA and FA. RGB value is (120,234,250). Sum of RGB (Red+Green+Blue) = 120+234+250=604 (80% of max value = 765). Red value is 120 (47.27% from 255 or 19.87% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #78EAFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78EAFA is #871505. Grayscale: #C9C9C9. Windows color (decimal): -8852742 or 16444024. OLE color: 16444024.

HSL color Cylindrical-coordinate representation of color #78EAFA: hue angle of 187.38º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78EAFA is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB120234250-
CMYK0.520.0600.02
HSL187.38º92.86%72.55%-
HSV(B)187.38º52%98.04%-
XYZ54.4269.74101.04-
YUV201.74155.2369.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 19.87%
GREEN value IS 234 (91.80% from 255) = 38.74%
BLUE value IS 250 (98.05% from 255) = 41.39%
R=19.87%
G=38.74%
B=41.39%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1202342500.520.0600.02187.3892.8672.55
Hex78EAFA34602bb5d49
Octal17035237264602273135111
Binary111100011101010111110101101001100101011101110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78EAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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