#78EFEE

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

Shades of Electric Blue #78EFEE

Tints of Electric Blue #78EFEE

Color information

#78EFEE (or 0x78EFEE) is unknown color: approx Electric Blue. HEX triplet: 78, EF and EE. RGB value is (120,239,238). Sum of RGB (Red+Green+Blue) = 120+239+238=597 (79% of max value = 765). Red value is 120 (47.27% from 255 or 20.10% from 597); Green value is 239 (93.75% from 255 or 40.03% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 239 - color contains mainly: green. Hex color #78EFEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78EFEE is #871011. Grayscale: #CBCBCB. Windows color (decimal): -8851474 or 15658872. OLE color: 15658872.

HSL color Cylindrical-coordinate representation of color #78EFEE: hue angle of 179.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78EFEE is Cyan = 0.50, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB120239238-
CMYK0.5000.000.06
HSL179.5º78.81%70.39%-
HSV(B)179.5º49.79%93.73%-
XYZ54.0471.991.92-
YUV203.3147.5868.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20.10%
GREEN value IS 239 (93.75% from 255) = 40.03%
BLUE value IS 238 (93.36% from 255) = 39.87%
R=20.10%
G=40.03%
B=39.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1202392380.5000.000.06179.578.8170.39
Hex78EFEE32006b34f46
Octal17035735662006263117106
Binary11110001110111111101110110010001101011001110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78EFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,239,238); }

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

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

 a { background-color: rgb(120,239,238); }

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

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

 span { border-color: rgb(120,239,238); }

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