Html Css Color HEX #78F2EF Electric Blue

📋 copy color: '#78F2EF'

red 120 ◦ green 242 ◦ blue 239

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

Shades of Electric Blue #78F2EF

Tints of Electric Blue #78F2EF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.27%

 BLUE value IS 239 (93.75% from 255) = 39.77%

R = 19.97%
G = 40.27%
B = 39.77%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#78F2EF (or 0x78F2EF) is known color: Electric Blue. HEX triplet: 78, F2 and EF. RGB value is (120,242,239). Sum of RGB (Red+Green+Blue) = 120+242+239=601 (79% of max value = 765). Red value is 120 (47.27% from 255 or 19.97% from 601); Green value is 242 (94.92% from 255 or 40.27% from 601); Blue value is 239 (93.75% from 255 or 39.77% from 601); Max value from RGB is 242 - color contains mainly: green. Hex color #78F2EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78F2EF is #870D10. Grayscale: #CDCDCD. Windows color (decimal): -8850705 or 15725176. OLE color: 15725176.

HSL color Cylindrical-coordinate representation of color #78F2EF: hue angle of 178.52º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78F2EF is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 120 242 239 -
CMYK 0.50 0 0.01 0.05
HSL 178.52º 0.82% 0.71% -
HSV(B) 178.52º 0.5% 0.95% -
XYZ 55.08 73.73 92.99 -
YUV 205.18 147.08 67.24 -
System Red Green Blue C M Y K H S L
Decimal 120 242 239 0.50 0 0.01 0.05 178.52 0.82 0.71
Hex 78 F2 EF 32 0 1 5 B3 52 47
Octal 170 362 357 62 0 1 5 263 122 107
Binary 1111000 11110010 11101111 110010 0 1 101 10110011 1010010 1000111

Color Harmonies of #78F2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78F2EF

Black with #78F2EF

Text Example


Text Example

White with #78F2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,242,239); }

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

background-color css

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

 a { background-color: rgb(120,242,239); }

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

border-color css

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

 span { border-color: rgb(120,242,239); }

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