Html Css Color HEX #78EEF0 Electric Blue

📋 copy color: '#78EEF0'

red 120 ◦ green 238 ◦ blue 240

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

Shades of Electric Blue #78EEF0

Tints of Electric Blue #78EEF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.13%

R = 20.07%
G = 39.8%
B = 40.13%

CMYK

 C value IS 0.5

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#78EEF0 (or 0x78EEF0) is known color: Electric Blue. HEX triplet: 78, EE and F0. RGB value is (120,238,240). Sum of RGB (Red+Green+Blue) = 120+238+240=598 (79% of max value = 765). Red value is 120 (47.27% from 255 or 20.07% from 598); Green value is 238 (93.36% from 255 or 39.80% from 598); Blue value is 240 (94.14% from 255 or 40.13% from 598); Max value from RGB is 240 - color contains mainly: blue. Hex color #78EEF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78EEF0 is #87110F. Grayscale: #CACACA. Windows color (decimal): -8851728 or 15789688. OLE color: 15789688.

HSL color Cylindrical-coordinate representation of color #78EEF0: hue angle of 181º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78EEF0 is Cyan = 0.5, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 120 238 240 -
CMYK 0.5 0.01 0 0.06
HSL 181º 0.8% 0.71% -
HSV(B) 181º 0.5% 0.94% -
XYZ 54.05 71.43 93.38 -
YUV 202.95 148.91 68.84 -
System Red Green Blue C M Y K H S L
Decimal 120 238 240 0.5 0.01 0 0.06 181 0.8 0.71
Hex 78 EE F0 32 1 0 6 B5 50 47
Octal 170 356 360 62 1 0 6 265 120 107
Binary 1111000 11101110 11110000 110010 1 0 110 10110101 1010000 1000111

Color Harmonies of #78EEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78EEF0

Black with #78EEF0

Text Example


Text Example

White with #78EEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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