#78FAF5

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

Shades of Electric Blue #78FAF5

Tints of Electric Blue #78FAF5

Color information

#78FAF5 (or 0x78FAF5) is unknown color: approx Electric Blue. HEX triplet: 78, FA and F5. RGB value is (120,250,245). Sum of RGB (Red+Green+Blue) = 120+250+245=615 (81% of max value = 765). Red value is 120 (47.27% from 255 or 19.51% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 245 (96.09% from 255 or 39.84% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #78FAF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78FAF5 is #87050A. Grayscale: #D2D2D2. Windows color (decimal): -8848651 or 16120440. OLE color: 16120440.

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

Color convert

RGB120250245-
CMYK0.5200.020.02
HSL177.69º92.86%72.55%-
HSV(B)177.69º52%98.04%-
XYZ58.4178.9698.55-
YUV210.56147.4363.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 19.51%
GREEN value IS 250 (98.05% from 255) = 40.65%
BLUE value IS 245 (96.09% from 255) = 39.84%
R=19.51%
G=40.65%
B=39.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1202502450.5200.020.02177.6992.8672.55
Hex78FAF534022b25d49
Octal17037236564022262135111
Binary11110001111101011110101110100010101011001010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78FAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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