#78F5FA

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

Shades of Electric Blue #78F5FA

Tints of Electric Blue #78F5FA

Color information

#78F5FA (or 0x78F5FA) is unknown color: approx Electric Blue. HEX triplet: 78, F5 and FA. RGB value is (120,245,250). Sum of RGB (Red+Green+Blue) = 120+245+250=615 (81% of max value = 765). Red value is 120 (47.27% from 255 or 19.51% from 615); Green value is 245 (96.09% from 255 or 39.84% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #78F5FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78F5FA is #870A05. Grayscale: #D0D0D0. Windows color (decimal): -8849926 or 16446840. OLE color: 16446840.

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

Color convert

RGB120245250-
CMYK0.520.0200.02
HSL182.31º92.86%72.55%-
HSV(B)182.31º52%98.04%-
XYZ57.6576.2102.11-
YUV208.2151.5965.09-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1202452500.520.0200.02182.3192.8672.55
Hex78F5FA34202b65d49
Octal17036537264202266135111
Binary11110001111010111111010110100100101011011010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78F5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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