Html Css Color HEX #78E8FD Electric Blue

📋 copy color: '#78E8FD'

red 120 ◦ green 232 ◦ blue 253

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

Shades of Electric Blue #78E8FD

Tints of Electric Blue #78E8FD

RGB

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

 GREEN value IS 232 (91.02% from 255) = 38.35%

 BLUE value IS 253 (99.22% from 255) = 41.82%

R = 19.83%
G = 38.35%
B = 41.82%

CMYK

 C value IS 0.53

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#78E8FD (or 0x78E8FD) is known color: Electric Blue. HEX triplet: 78, E8 and FD. RGB value is (120,232,253). Sum of RGB (Red+Green+Blue) = 120+232+253=605 (80% of max value = 765). Red value is 120 (47.27% from 255 or 19.83% from 605); Green value is 232 (91.02% from 255 or 38.35% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #78E8FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78E8FD is #871702. Grayscale: #C8C8C8. Windows color (decimal): -8853251 or 16640120. OLE color: 16640120.

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

Color convert

RGB 120 232 253 -
CMYK 0.53 0.08 0 0.01
HSL 189.47º 0.97% 0.73% -
HSV(B) 189.47º 0.53% 0.99% -
XYZ 54.33 68.8 103.34 -
YUV 200.91 157.39 70.29 -
System Red Green Blue C M Y K H S L
Decimal 120 232 253 0.53 0.08 0 0.01 189.47 0.97 0.73
Hex 78 E8 FD 35 8 0 1 BD 61 49
Octal 170 350 375 65 10 0 1 275 141 111
Binary 1111000 11101000 11111101 110101 1000 0 1 10111101 1100001 1001001

Color Harmonies of #78E8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78E8FD

Black with #78E8FD

Text Example


Text Example

White with #78E8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,232,253); }

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

background-color css

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

 a { background-color: rgb(120,232,253); }

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

border-color css

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

 span { border-color: rgb(120,232,253); }

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