Html Css Color HEX #78EEFF Electric Blue

📋 copy color: '#78EEFF'

red 120 ◦ green 238 ◦ blue 255

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

Shades of Electric Blue #78EEFF

Tints of Electric Blue #78EEFF

RGB

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

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

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

R = 19.58%
G = 38.83%
B = 41.6%

CMYK

 C value IS 0.53

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#78EEFF (or 0x78EEFF) is known color: Electric Blue. HEX triplet: 78, EE and FF. RGB value is (120,238,255). Sum of RGB (Red+Green+Blue) = 120+238+255=613 (81% of max value = 765). Red value is 120 (47.27% from 255 or 19.58% from 613); Green value is 238 (93.36% from 255 or 38.83% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #78EEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78EEFF is #871100. Grayscale: #CCCCCC. Windows color (decimal): -8851713 or 16772728. OLE color: 16772728.

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

Color convert

RGB 120 238 255 -
CMYK 0.53 0.07 0 0
HSL 187.56º 1% 0.74% -
HSV(B) 187.56º 0.53% 1% -
XYZ 56.37 72.36 105.6 -
YUV 204.66 156.41 67.62 -
System Red Green Blue C M Y K H S L
Decimal 120 238 255 0.53 0.07 0 0 187.56 1 0.74
Hex 78 EE FF 35 7 0 0 BC 64 4A
Octal 170 356 377 65 7 0 0 274 144 112
Binary 1111000 11101110 11111111 110101 111 0 0 10111100 1100100 1001010

Color Harmonies of #78EEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78EEFF

Black with #78EEFF

Text Example


Text Example

White with #78EEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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