Html Css Color HEX #78EFFF Electric Blue

📋 copy color: '#78EFFF'

red 120 ◦ green 239 ◦ blue 255

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

Shades of Electric Blue #78EFFF

Tints of Electric Blue #78EFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.53%

R = 19.54%
G = 38.93%
B = 41.53%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#78EFFF (or 0x78EFFF) is known color: Electric Blue. HEX triplet: 78, EF and FF. RGB value is (120,239,255). Sum of RGB (Red+Green+Blue) = 120+239+255=614 (81% of max value = 765). Red value is 120 (47.27% from 255 or 19.54% from 614); Green value is 239 (93.75% from 255 or 38.93% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #78EFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78EFFF is #871000. Grayscale: #CDCDCD. Windows color (decimal): -8851457 or 16772984. OLE color: 16772984.

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

Color convert

RGB 120 239 255 -
CMYK 0.53 0.06 0 0
HSL 187.11º 1% 0.74% -
HSV(B) 187.11º 0.53% 1% -
XYZ 56.66 72.95 105.7 -
YUV 205.24 156.08 67.2 -
System Red Green Blue C M Y K H S L
Decimal 120 239 255 0.53 0.06 0 0 187.11 1 0.74
Hex 78 EF FF 35 6 0 0 BB 64 4A
Octal 170 357 377 65 6 0 0 273 144 112
Binary 1111000 11101111 11111111 110101 110 0 0 10111011 1100100 1001010

Color Harmonies of #78EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78EFFF

Black with #78EFFF

Text Example


Text Example

White with #78EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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