Html Css Color HEX #78F4FF Electric Blue

📋 copy color: '#78F4FF'

red 120 ◦ green 244 ◦ blue 255

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

Shades of Electric Blue #78F4FF

Tints of Electric Blue #78F4FF

RGB

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

 GREEN value IS 244 (95.7% from 255) = 39.42%

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

R = 19.39%
G = 39.42%
B = 41.2%

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

#78F4FF (or 0x78F4FF) is known color: Electric Blue. HEX triplet: 78, F4 and FF. RGB value is (120,244,255). Sum of RGB (Red+Green+Blue) = 120+244+255=619 (81% of max value = 765). Red value is 120 (47.27% from 255 or 19.39% from 619); Green value is 244 (95.70% from 255 or 39.42% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #78F4FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78F4FF is #870B00. Grayscale: #D0D0D0. Windows color (decimal): -8850177 or 16774264. OLE color: 16774264.

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

Color convert

RGB 120 244 255 -
CMYK 0.53 0.04 0 0
HSL 184.89º 1% 0.74% -
HSV(B) 184.89º 0.53% 1% -
XYZ 58.15 75.91 106.2 -
YUV 208.18 154.42 65.11 -
System Red Green Blue C M Y K H S L
Decimal 120 244 255 0.53 0.04 0 0 184.89 1 0.74
Hex 78 F4 FF 35 4 0 0 B9 64 4A
Octal 170 364 377 65 4 0 0 271 144 112
Binary 1111000 11110100 11111111 110101 100 0 0 10111001 1100100 1001010

Color Harmonies of #78F4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78F4FF

Black with #78F4FF

Text Example


Text Example

White with #78F4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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