Html Css Color HEX #78E8F3 Electric Blue

📋 copy color: '#78E8F3'

red 120 ◦ green 232 ◦ blue 243

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

Shades of Electric Blue #78E8F3

Tints of Electric Blue #78E8F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 40.84%

R = 20.17%
G = 38.99%
B = 40.84%

CMYK

 C value IS 0.51

 M value IS 0.05

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#78E8F3 (or 0x78E8F3) is known color: Electric Blue. HEX triplet: 78, E8 and F3. RGB value is (120,232,243). Sum of RGB (Red+Green+Blue) = 120+232+243=595 (78% of max value = 765). Red value is 120 (47.27% from 255 or 20.17% from 595); Green value is 232 (91.02% from 255 or 38.99% from 595); Blue value is 243 (95.31% from 255 or 40.84% from 595); Max value from RGB is 243 - color contains mainly: blue. Hex color #78E8F3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78E8F3 is #87170C. Grayscale: #C7C7C7. Windows color (decimal): -8853261 or 15984760. OLE color: 15984760.

HSL color Cylindrical-coordinate representation of color #78E8F3: hue angle of 185.37º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78E8F3 is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 120 232 243 -
CMYK 0.51 0.05 0 0.05
HSL 185.37º 0.84% 0.71% -
HSV(B) 185.37º 0.51% 0.95% -
XYZ 52.78 68.18 95.17 -
YUV 199.77 152.39 71.11 -
System Red Green Blue C M Y K H S L
Decimal 120 232 243 0.51 0.05 0 0.05 185.37 0.84 0.71
Hex 78 E8 F3 33 5 0 5 B9 54 47
Octal 170 350 363 63 5 0 5 271 124 107
Binary 1111000 11101000 11110011 110011 101 0 101 10111001 1010100 1000111

Color Harmonies of #78E8F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78E8F3

Black with #78E8F3

Text Example


Text Example

White with #78E8F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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