Html Css Color HEX #78F8FE Electric Blue

📋 copy color: '#78F8FE'

red 120 ◦ green 248 ◦ blue 254

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

Shades of Electric Blue #78F8FE

Tints of Electric Blue #78F8FE

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.87%

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

R = 19.29%
G = 39.87%
B = 40.84%

CMYK

 C value IS 0.53

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#78F8FE (or 0x78F8FE) is known color: Electric Blue. HEX triplet: 78, F8 and FE. RGB value is (120,248,254). Sum of RGB (Red+Green+Blue) = 120+248+254=622 (82% of max value = 765). Red value is 120 (47.27% from 255 or 19.29% from 622); Green value is 248 (97.27% from 255 or 39.87% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #78F8FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78F8FE is #870701. Grayscale: #D2D2D2. Windows color (decimal): -8849154 or 16709752. OLE color: 16709752.

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

Color convert

RGB 120 248 254 -
CMYK 0.53 0.02 0 0.00
HSL 182.69º 0.99% 0.73% -
HSV(B) 182.69º 0.53% 1% -
XYZ 59.2 78.28 105.76 -
YUV 210.41 152.59 63.51 -
System Red Green Blue C M Y K H S L
Decimal 120 248 254 0.53 0.02 0 0.00 182.69 0.99 0.73
Hex 78 F8 FE 35 2 0 0 B7 63 49
Octal 170 370 376 65 2 0 0 267 143 111
Binary 1111000 11111000 11111110 110101 10 0 0 10110111 1100011 1001001

Color Harmonies of #78F8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78F8FE

Black with #78F8FE

Text Example


Text Example

White with #78F8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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