Html Css Color HEX #78ECFF Electric Blue

📋 copy color: '#78ECFF'

red 120 ◦ green 236 ◦ blue 255

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

Shades of Electric Blue #78ECFF

Tints of Electric Blue #78ECFF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.63%

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

R = 19.64%
G = 38.63%
B = 41.73%

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

#78ECFF (or 0x78ECFF) is known color: Electric Blue. HEX triplet: 78, EC and FF. RGB value is (120,236,255). Sum of RGB (Red+Green+Blue) = 120+236+255=611 (80% of max value = 765). Red value is 120 (47.27% from 255 or 19.64% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #78ECFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78ECFF is #871300. Grayscale: #CBCBCB. Windows color (decimal): -8852225 or 16772216. OLE color: 16772216.

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

Color convert

RGB 120 236 255 -
CMYK 0.53 0.07 0 0
HSL 188.44º 1% 0.74% -
HSV(B) 188.44º 0.53% 1% -
XYZ 55.79 71.2 105.41 -
YUV 203.48 157.07 68.46 -
System Red Green Blue C M Y K H S L
Decimal 120 236 255 0.53 0.07 0 0 188.44 1 0.74
Hex 78 EC FF 35 7 0 0 BC 64 4A
Octal 170 354 377 65 7 0 0 274 144 112
Binary 1111000 11101100 11111111 110101 111 0 0 10111100 1100100 1001010

Color Harmonies of #78ECFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78ECFF

Black with #78ECFF

Text Example


Text Example

White with #78ECFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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