Html Css Color HEX #78FCFE Electric Blue

📋 copy color: '#78FCFE'

red 120 ◦ green 252 ◦ blue 254

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

Shades of Electric Blue #78FCFE

Tints of Electric Blue #78FCFE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.26%

 BLUE value IS 254 (99.61% from 255) = 40.58%

R = 19.17%
G = 40.26%
B = 40.58%

CMYK

 C value IS 0.53

 M value IS 0.01

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#78FCFE (or 0x78FCFE) is known color: Electric Blue. HEX triplet: 78, FC and FE. RGB value is (120,252,254). Sum of RGB (Red+Green+Blue) = 120+252+254=626 (82% of max value = 765). Red value is 120 (47.27% from 255 or 19.17% from 626); Green value is 252 (98.83% from 255 or 40.26% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #78FCFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78FCFE is #870301. Grayscale: #D4D4D4. Windows color (decimal): -8848130 or 16710776. OLE color: 16710776.

HSL color Cylindrical-coordinate representation of color #78FCFE: hue angle of 180.9º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78FCFE is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 120 252 254 -
CMYK 0.53 0.01 0 0.00
HSL 180.9º 0.99% 0.73% -
HSV(B) 180.9º 0.53% 1% -
XYZ 60.45 80.77 106.17 -
YUV 212.76 151.27 61.84 -
System Red Green Blue C M Y K H S L
Decimal 120 252 254 0.53 0.01 0 0.00 180.9 0.99 0.73
Hex 78 FC FE 35 1 0 0 B5 63 49
Octal 170 374 376 65 1 0 0 265 143 111
Binary 1111000 11111100 11111110 110101 1 0 0 10110101 1100011 1001001

Color Harmonies of #78FCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78FCFE

Black with #78FCFE

Text Example


Text Example

White with #78FCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,252,254); }

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

background-color css

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

 a { background-color: rgb(120,252,254); }

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

border-color css

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

 span { border-color: rgb(120,252,254); }

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