#78EEFE

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

Shades of Electric Blue #78EEFE

Tints of Electric Blue #78EEFE

Color information

#78EEFE (or 0x78EEFE) is unknown color: approx Electric Blue. HEX triplet: 78, EE and FE. RGB value is (120,238,254). Sum of RGB (Red+Green+Blue) = 120+238+254=612 (81% of max value = 765). Red value is 120 (47.27% from 255 or 19.61% from 612); Green value is 238 (93.36% from 255 or 38.89% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #78EEFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78EEFE is #871101. Grayscale: #CCCCCC. Windows color (decimal): -8851714 or 16707192. OLE color: 16707192.

HSL color Cylindrical-coordinate representation of color #78EEFE: hue angle of 187.16º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78EEFE is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB120238254-
CMYK0.530.0600.00
HSL187.16º98.53%73.33%-
HSV(B)187.16º52.76%99.61%-
XYZ56.2172.3104.76-
YUV204.54155.9167.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 19.61%
GREEN value IS 238 (93.36% from 255) = 38.89%
BLUE value IS 254 (99.61% from 255) = 41.50%
R=19.61%
G=38.89%
B=41.50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1202382540.530.0600.00187.1698.5373.33
Hex78EEFE35600bb6349
Octal17035637665600273143111
Binary11110001110111011111110110101110001011101111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78EEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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