#78EEFF

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

Shades of Electric Blue #78EEFF

Tints of Electric Blue #78EEFF

Color information

#78EEFF (or 0x78EEFF) is unknown color: approx Electric Blue. HEX triplet: 78, EE and FF. RGB value is (120,238,255). Sum of RGB (Red+Green+Blue) = 120+238+255=613 (81% of max value = 765). Red value is 120 (47.27% from 255 or 19.58% from 613); Green value is 238 (93.36% from 255 or 38.83% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #78EEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78EEFF is #871100. Grayscale: #CCCCCC. Windows color (decimal): -8851713 or 16772728. OLE color: 16772728.

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

Color convert

RGB120238255-
CMYK0.530.0700
HSL187.56º100%73.53%-
HSV(B)187.56º52.94%100%-
XYZ56.3772.36105.6-
YUV204.66156.4167.62-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 19.58%
GREEN value IS 238 (93.36% from 255) = 38.83%
BLUE value IS 255 (100% from 255) = 41.60%
R=19.58%
G=38.83%
B=41.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1202382550.530.0700187.5610073.53
Hex78EEFF35700bc644a
Octal17035637765700274144112
Binary11110001110111011111111110101111001011110011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78EEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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