#78EDF9

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

Shades of Electric Blue #78EDF9

Tints of Electric Blue #78EDF9

Color information

#78EDF9 (or 0x78EDF9) is unknown color: approx Electric Blue. HEX triplet: 78, ED and F9. RGB value is (120,237,249). Sum of RGB (Red+Green+Blue) = 120+237+249=606 (80% of max value = 765). Red value is 120 (47.27% from 255 or 19.80% from 606); Green value is 237 (92.97% from 255 or 39.11% from 606); Blue value is 249 (97.66% from 255 or 41.09% from 606); Max value from RGB is 249 - color contains mainly: blue. Hex color #78EDF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78EDF9 is #871206. Grayscale: #CBCBCB. Windows color (decimal): -8851975 or 16379256. OLE color: 16379256.

HSL color Cylindrical-coordinate representation of color #78EDF9: hue angle of 185.58º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78EDF9 is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB120237249-
CMYK0.520.0500.02
HSL185.58º91.49%72.35%-
HSV(B)185.58º51.81%97.65%-
XYZ55.1371.4100.5-
YUV203.38153.7468.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 19.80%
GREEN value IS 237 (92.97% from 255) = 39.11%
BLUE value IS 249 (97.66% from 255) = 41.09%
R=19.80%
G=39.11%
B=41.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1202372490.520.0500.02185.5891.4972.35
Hex78EDF934502ba5b48
Octal17035537164502272133110
Binary111100011101101111110011101001010101011101010110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78EDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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