Html Css Color HEX #78F6FF Electric Blue

📋 copy color: '#78F6FF'

red 120 ◦ green 246 ◦ blue 255

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

Shades of Electric Blue #78F6FF

Tints of Electric Blue #78F6FF

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.61%

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

R = 19.32%
G = 39.61%
B = 41.06%

CMYK

 C value IS 0.53

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#78F6FF (or 0x78F6FF) is known color: Electric Blue. HEX triplet: 78, F6 and FF. RGB value is (120,246,255). Sum of RGB (Red+Green+Blue) = 120+246+255=621 (82% of max value = 765). Red value is 120 (47.27% from 255 or 19.32% from 621); Green value is 246 (96.48% from 255 or 39.61% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #78F6FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78F6FF is #870900. Grayscale: #D1D1D1. Windows color (decimal): -8849665 or 16774776. OLE color: 16774776.

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

Color convert

RGB 120 246 255 -
CMYK 0.53 0.04 0 0
HSL 184º 1% 0.74% -
HSV(B) 184º 0.53% 1% -
XYZ 58.75 77.12 106.4 -
YUV 209.35 153.76 64.27 -
System Red Green Blue C M Y K H S L
Decimal 120 246 255 0.53 0.04 0 0 184 1 0.74
Hex 78 F6 FF 35 4 0 0 B8 64 4A
Octal 170 366 377 65 4 0 0 270 144 112
Binary 1111000 11110110 11111111 110101 100 0 0 10111000 1100100 1001010

Color Harmonies of #78F6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78F6FF

Black with #78F6FF

Text Example


Text Example

White with #78F6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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