Html Css Color HEX #78F0FF Electric Blue

📋 copy color: '#78F0FF'

red 120 ◦ green 240 ◦ blue 255

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

Shades of Electric Blue #78F0FF

Tints of Electric Blue #78F0FF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.02%

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

R = 19.51%
G = 39.02%
B = 41.46%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#78F0FF (or 0x78F0FF) is known color: Electric Blue. HEX triplet: 78, F0 and FF. RGB value is (120,240,255). Sum of RGB (Red+Green+Blue) = 120+240+255=615 (81% of max value = 765). Red value is 120 (47.27% from 255 or 19.51% from 615); Green value is 240 (94.14% from 255 or 39.02% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #78F0FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78F0FF is #870F00. Grayscale: #CDCDCD. Windows color (decimal): -8851201 or 16773240. OLE color: 16773240.

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

Color convert

RGB 120 240 255 -
CMYK 0.53 0.06 0 0
HSL 186.67º 1% 0.74% -
HSV(B) 186.67º 0.53% 1% -
XYZ 56.96 73.53 105.8 -
YUV 205.83 155.74 66.78 -
System Red Green Blue C M Y K H S L
Decimal 120 240 255 0.53 0.06 0 0 186.67 1 0.74
Hex 78 F0 FF 35 6 0 0 BB 64 4A
Octal 170 360 377 65 6 0 0 273 144 112
Binary 1111000 11110000 11111111 110101 110 0 0 10111011 1100100 1001010

Color Harmonies of #78F0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78F0FF

Black with #78F0FF

Text Example


Text Example

White with #78F0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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