#78E7F9

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

Shades of Electric Blue #78E7F9

Tints of Electric Blue #78E7F9

Color information

#78E7F9 (or 0x78E7F9) is unknown color: approx Electric Blue. HEX triplet: 78, E7 and F9. RGB value is (120,231,249). Sum of RGB (Red+Green+Blue) = 120+231+249=600 (79% of max value = 765). Red value is 120 (47.27% from 255 or 20% from 600); Green value is 231 (90.62% from 255 or 38.5% from 600); Blue value is 249 (97.66% from 255 or 41.5% from 600); Max value from RGB is 249 - color contains mainly: blue. Hex color #78E7F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78E7F9 is #871806. Grayscale: #C7C7C7. Windows color (decimal): -8853511 or 16377720. OLE color: 16377720.

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

Color convert

RGB120231249-
CMYK0.520.0700.02
HSL188.37º91.49%72.35%-
HSV(B)188.37º51.81%97.65%-
XYZ53.4267.9899.93-
YUV199.86155.7371.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20%
GREEN value IS 231 (90.62% from 255) = 38.5%
BLUE value IS 249 (97.66% from 255) = 41.5%
R=20%
G=38.5%
B=41.5%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1202312490.520.0700.02188.3791.4972.35
Hex78E7F934702bc5b48
Octal17034737164702274133110
Binary111100011100111111110011101001110101011110010110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78E7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,231,249); }

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

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

 a { background-color: rgb(120,231,249); }

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

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

 span { border-color: rgb(120,231,249); }

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