#78EAFC

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

Shades of Electric Blue #78EAFC

Tints of Electric Blue #78EAFC

Color information

#78EAFC (or 0x78EAFC) is unknown color: approx Electric Blue. HEX triplet: 78, EA and FC. RGB value is (120,234,252). Sum of RGB (Red+Green+Blue) = 120+234+252=606 (80% of max value = 765). Red value is 120 (47.27% from 255 or 19.80% from 606); Green value is 234 (91.80% from 255 or 38.61% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 252 - color contains mainly: blue. Hex color #78EAFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78EAFC is #871503. Grayscale: #C9C9C9. Windows color (decimal): -8852740 or 16575096. OLE color: 16575096.

HSL color Cylindrical-coordinate representation of color #78EAFC: hue angle of 188.18º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78EAFC is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB120234252-
CMYK0.520.0700.01
HSL188.18º95.65%72.94%-
HSV(B)188.18º52.38%98.82%-
XYZ54.7469.87102.7-
YUV201.97156.2369.54-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 19.80%
GREEN value IS 234 (91.80% from 255) = 38.61%
BLUE value IS 252 (98.83% from 255) = 41.58%
R=19.80%
G=38.61%
B=41.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1202342520.520.0700.01188.1895.6572.94
Hex78EAFC34701bc6049
Octal17035237464701274140111
Binary11110001110101011111100110100111011011110011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78EAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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