Html Css Color HEX #78EFFE Electric Blue

📋 copy color: '#78EFFE'

red 120 ◦ green 239 ◦ blue 254

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

Shades of Electric Blue #78EFFE

Tints of Electric Blue #78EFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.44%

R = 19.58%
G = 38.99%
B = 41.44%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#78EFFE (or 0x78EFFE) is known color: Electric Blue. HEX triplet: 78, EF and FE. RGB value is (120,239,254). Sum of RGB (Red+Green+Blue) = 120+239+254=613 (81% of max value = 765). Red value is 120 (47.27% from 255 or 19.58% from 613); Green value is 239 (93.75% from 255 or 38.99% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #78EFFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78EFFE is #871001. Grayscale: #CCCCCC. Windows color (decimal): -8851458 or 16707448. OLE color: 16707448.

HSL color Cylindrical-coordinate representation of color #78EFFE: hue angle of 186.72º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78EFFE is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 120 239 254 -
CMYK 0.53 0.06 0 0.00
HSL 186.72º 0.99% 0.73% -
HSV(B) 186.72º 0.53% 1% -
XYZ 56.5 72.88 104.86 -
YUV 205.13 155.58 67.28 -
System Red Green Blue C M Y K H S L
Decimal 120 239 254 0.53 0.06 0 0.00 186.72 0.99 0.73
Hex 78 EF FE 35 6 0 0 BB 63 49
Octal 170 357 376 65 6 0 0 273 143 111
Binary 1111000 11101111 11111110 110101 110 0 0 10111011 1100011 1001001

Color Harmonies of #78EFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78EFFE

Black with #78EFFE

Text Example


Text Example

White with #78EFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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