Html Css Color HEX #78EDF7 Electric Blue

📋 copy color: '#78EDF7'

red 120 ◦ green 237 ◦ blue 247

#78EDF7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Blue #78EDF7

Tints of Electric Blue #78EDF7

RGB

 RED value IS 120 (47.27% from 255) = 19.87%

 GREEN value IS 237 (92.97% from 255) = 39.24%

 BLUE value IS 247 (96.88% from 255) = 40.89%

R = 19.87%
G = 39.24%
B = 40.89%

CMYK

 C value IS 0.51

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#78EDF7 (or 0x78EDF7) is known color: Electric Blue. HEX triplet: 78, ED and F7. RGB value is (120,237,247). Sum of RGB (Red+Green+Blue) = 120+237+247=604 (80% of max value = 765). Red value is 120 (47.27% from 255 or 19.87% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 247 (96.88% from 255 or 40.89% from 604); Max value from RGB is 247 - color contains mainly: blue. Hex color #78EDF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78EDF7 is #871208. Grayscale: #CBCBCB. Windows color (decimal): -8851977 or 16248184. OLE color: 16248184.

HSL color Cylindrical-coordinate representation of color #78EDF7: hue angle of 184.72º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78EDF7 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 120 237 247 -
CMYK 0.51 0.04 0 0.03
HSL 184.72º 0.89% 0.72% -
HSV(B) 184.72º 0.51% 0.97% -
XYZ 54.82 71.28 98.86 -
YUV 203.16 152.74 68.69 -
System Red Green Blue C M Y K H S L
Decimal 120 237 247 0.51 0.04 0 0.03 184.72 0.89 0.72
Hex 78 ED F7 33 4 0 3 B9 59 48
Octal 170 355 367 63 4 0 3 271 131 110
Binary 1111000 11101101 11110111 110011 100 0 11 10111001 1011001 1001000

Color Harmonies of #78EDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78EDF7

Black with #78EDF7

Text Example


Text Example

White with #78EDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #78EDF7;
 }
 .AnyTagClassName
 {
   color: #78EDF7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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