#78EAF7

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

Shades of Electric Blue #78EAF7

Tints of Electric Blue #78EAF7

Color information

#78EAF7 (or 0x78EAF7) is unknown color: approx Electric Blue. HEX triplet: 78, EA and F7. RGB value is (120,234,247). Sum of RGB (Red+Green+Blue) = 120+234+247=601 (79% of max value = 765). Red value is 120 (47.27% from 255 or 19.97% from 601); Green value is 234 (91.80% from 255 or 38.94% from 601); Blue value is 247 (96.88% from 255 or 41.10% from 601); Max value from RGB is 247 - color contains mainly: blue. Hex color #78EAF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78EAF7 is #871508. Grayscale: #C9C9C9. Windows color (decimal): -8852745 or 16247416. OLE color: 16247416.

HSL color Cylindrical-coordinate representation of color #78EAF7: hue angle of 186.14º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78EAF7 is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB120234247-
CMYK0.510.0500.03
HSL186.14º88.81%71.96%-
HSV(B)186.14º51.42%96.86%-
XYZ53.9669.5598.58-
YUV201.4153.7369.94-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 19.97%
GREEN value IS 234 (91.80% from 255) = 38.94%
BLUE value IS 247 (96.88% from 255) = 41.10%
R=19.97%
G=38.94%
B=41.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1202342470.510.0500.03186.1488.8171.96
Hex78EAF733503ba5948
Octal17035236763503272131110
Binary111100011101010111101111100111010111011101010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78EAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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