#78F3ED

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

Shades of Electric Blue #78F3ED

Tints of Electric Blue #78F3ED

Color information

#78F3ED (or 0x78F3ED) is unknown color: approx Electric Blue. HEX triplet: 78, F3 and ED. RGB value is (120,243,237). Sum of RGB (Red+Green+Blue) = 120+243+237=600 (79% of max value = 765). Red value is 120 (47.27% from 255 or 20% from 600); Green value is 243 (95.31% from 255 or 40.5% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 243 - color contains mainly: green. Hex color #78F3ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78F3ED is #870C12. Grayscale: #CDCDCD. Windows color (decimal): -8850451 or 15594360. OLE color: 15594360.

HSL color Cylindrical-coordinate representation of color #78F3ED: hue angle of 177.07º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78F3ED is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB120243237-
CMYK0.5100.020.05
HSL177.07º83.67%71.18%-
HSV(B)177.07º50.62%95.29%-
XYZ55.0874.2191.54-
YUV205.54145.7566.99-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20%
GREEN value IS 243 (95.31% from 255) = 40.5%
BLUE value IS 237 (92.97% from 255) = 39.5%
R=20%
G=40.5%
B=39.5%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1202432370.5100.020.05177.0783.6771.18
Hex78F3ED33025b15447
Octal17036335563025261124107
Binary111100011110011111011011100110101011011000110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78F3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,243,237); }

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

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

 a { background-color: rgb(120,243,237); }

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

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

 span { border-color: rgb(120,243,237); }

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