Html Css Color HEX #78EFF6 Electric Blue

📋 copy color: '#78EFF6'

red 120 ◦ green 239 ◦ blue 246

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

Shades of Electric Blue #78EFF6

Tints of Electric Blue #78EFF6

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.5%

 BLUE value IS 246 (96.48% from 255) = 40.66%

R = 19.83%
G = 39.5%
B = 40.66%

CMYK

 C value IS 0.51

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#78EFF6 (or 0x78EFF6) is known color: Electric Blue. HEX triplet: 78, EF and F6. RGB value is (120,239,246). Sum of RGB (Red+Green+Blue) = 120+239+246=605 (80% of max value = 765). Red value is 120 (47.27% from 255 or 19.83% from 605); Green value is 239 (93.75% from 255 or 39.50% from 605); Blue value is 246 (96.48% from 255 or 40.66% from 605); Max value from RGB is 246 - color contains mainly: blue. Hex color #78EFF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78EFF6 is #871009. Grayscale: #CCCCCC. Windows color (decimal): -8851466 or 16183160. OLE color: 16183160.

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

Color convert

RGB 120 239 246 -
CMYK 0.51 0.03 0 0.04
HSL 183.33º 0.88% 0.72% -
HSV(B) 183.33º 0.51% 0.96% -
XYZ 55.25 72.38 98.25 -
YUV 204.22 151.58 67.93 -
System Red Green Blue C M Y K H S L
Decimal 120 239 246 0.51 0.03 0 0.04 183.33 0.88 0.72
Hex 78 EF F6 33 3 0 4 B7 58 48
Octal 170 357 366 63 3 0 4 267 130 110
Binary 1111000 11101111 11110110 110011 11 0 100 10110111 1011000 1001000

Color Harmonies of #78EFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78EFF6

Black with #78EFF6

Text Example


Text Example

White with #78EFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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