Html Css Color HEX #78E8F9 Electric Blue

📋 copy color: '#78E8F9'

red 120 ◦ green 232 ◦ blue 249

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

Shades of Electric Blue #78E8F9

Tints of Electric Blue #78E8F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.43%

R = 19.97%
G = 38.6%
B = 41.43%

CMYK

 C value IS 0.52

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#78E8F9 (or 0x78E8F9) is known color: Electric Blue. HEX triplet: 78, E8 and F9. RGB value is (120,232,249). Sum of RGB (Red+Green+Blue) = 120+232+249=601 (79% of max value = 765). Red value is 120 (47.27% from 255 or 19.97% from 601); Green value is 232 (91.02% from 255 or 38.60% from 601); Blue value is 249 (97.66% from 255 or 41.43% from 601); Max value from RGB is 249 - color contains mainly: blue. Hex color #78E8F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78E8F9 is #871706. Grayscale: #C8C8C8. Windows color (decimal): -8853255 or 16377976. OLE color: 16377976.

HSL color Cylindrical-coordinate representation of color #78E8F9: hue angle of 187.91º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78E8F9 is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 120 232 249 -
CMYK 0.52 0.07 0 0.02
HSL 187.91º 0.91% 0.72% -
HSV(B) 187.91º 0.52% 0.98% -
XYZ 53.7 68.55 100.02 -
YUV 200.45 155.39 70.62 -
System Red Green Blue C M Y K H S L
Decimal 120 232 249 0.52 0.07 0 0.02 187.91 0.91 0.72
Hex 78 E8 F9 34 7 0 2 BC 5B 48
Octal 170 350 371 64 7 0 2 274 133 110
Binary 1111000 11101000 11111001 110100 111 0 10 10111100 1011011 1001000

Color Harmonies of #78E8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78E8F9

Black with #78E8F9

Text Example


Text Example

White with #78E8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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