Html Css Color HEX #78EEFE Electric Blue

📋 copy color: '#78EEFE'

red 120 ◦ green 238 ◦ blue 254

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

Shades of Electric Blue #78EEFE

Tints of Electric Blue #78EEFE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.89%

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

R = 19.61%
G = 38.89%
B = 41.5%

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

#78EEFE (or 0x78EEFE) is known color: Electric Blue. HEX triplet: 78, EE and FE. RGB value is (120,238,254). Sum of RGB (Red+Green+Blue) = 120+238+254=612 (81% of max value = 765). Red value is 120 (47.27% from 255 or 19.61% from 612); Green value is 238 (93.36% from 255 or 38.89% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #78EEFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78EEFE is #871101. Grayscale: #CCCCCC. Windows color (decimal): -8851714 or 16707192. OLE color: 16707192.

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

Color convert

RGB 120 238 254 -
CMYK 0.53 0.06 0 0.00
HSL 187.16º 0.99% 0.73% -
HSV(B) 187.16º 0.53% 1% -
XYZ 56.21 72.3 104.76 -
YUV 204.54 155.91 67.7 -
System Red Green Blue C M Y K H S L
Decimal 120 238 254 0.53 0.06 0 0.00 187.16 0.99 0.73
Hex 78 EE FE 35 6 0 0 BB 63 49
Octal 170 356 376 65 6 0 0 273 143 111
Binary 1111000 11101110 11111110 110101 110 0 0 10111011 1100011 1001001

Color Harmonies of #78EEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78EEFE

Black with #78EEFE

Text Example


Text Example

White with #78EEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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