#78F8E9

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

Shades of Electric Blue #78F8E9

Tints of Electric Blue #78F8E9

Color information

#78F8E9 (or 0x78F8E9) is unknown color: approx Electric Blue. HEX triplet: 78, F8 and E9. RGB value is (120,248,233). Sum of RGB (Red+Green+Blue) = 120+248+233=601 (79% of max value = 765). Red value is 120 (47.27% from 255 or 19.97% from 601); Green value is 248 (97.27% from 255 or 41.26% from 601); Blue value is 233 (91.41% from 255 or 38.77% from 601); Max value from RGB is 248 - color contains mainly: green. Hex color #78F8E9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78F8E9 is #870716. Grayscale: #CFCFCF. Windows color (decimal): -8849175 or 15333496. OLE color: 15333496.

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

Color convert

RGB120248233-
CMYK0.5200.060.03
HSL172.97º90.14%72.16%-
HSV(B)172.97º51.61%97.25%-
XYZ56.0277.0189-
YUV208.02142.0965.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 19.97%
GREEN value IS 248 (97.27% from 255) = 41.26%
BLUE value IS 233 (91.41% from 255) = 38.77%
R=19.97%
G=41.26%
B=38.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1202482330.5200.060.03172.9790.1472.16
Hex78F8E934063ad5a48
Octal17037035164063255132110
Binary111100011111000111010011101000110111010110110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78F8E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,248,233); }

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

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

 a { background-color: rgb(120,248,233); }

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

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

 span { border-color: rgb(120,248,233); }

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