#78EDFF

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

Shades of Electric Blue #78EDFF

Tints of Electric Blue #78EDFF

Color information

#78EDFF (or 0x78EDFF) is unknown color: approx Electric Blue. HEX triplet: 78, ED and FF. RGB value is (120,237,255). Sum of RGB (Red+Green+Blue) = 120+237+255=612 (81% of max value = 765). Red value is 120 (47.27% from 255 or 19.61% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #78EDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78EDFF is #871200. Grayscale: #CBCBCB. Windows color (decimal): -8851969 or 16772472. OLE color: 16772472.

HSL color Cylindrical-coordinate representation of color #78EDFF: hue angle of 188º 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 #78EDFF is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB120237255-
CMYK0.530.0700
HSL188º100%73.53%-
HSV(B)188º52.94%100%-
XYZ56.0871.78105.51-
YUV204.07156.7468.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 19.61%
GREEN value IS 237 (92.97% from 255) = 38.73%
BLUE value IS 255 (100% from 255) = 41.67%
R=19.61%
G=38.73%
B=41.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1202372550.530.070018810073.53
Hex78EDFF35700bc644a
Octal17035537765700274144112
Binary11110001110110111111111110101111001011110011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78EDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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