Html Css Color HEX #78EAF2 Electric Blue

📋 copy color: '#78EAF2'

red 120 ◦ green 234 ◦ blue 242

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

Shades of Electric Blue #78EAF2

Tints of Electric Blue #78EAF2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.26%

 BLUE value IS 242 (94.92% from 255) = 40.6%

R = 20.13%
G = 39.26%
B = 40.6%

CMYK

 C value IS 0.50

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#78EAF2 (or 0x78EAF2) is known color: Electric Blue. HEX triplet: 78, EA and F2. RGB value is (120,234,242). Sum of RGB (Red+Green+Blue) = 120+234+242=596 (78% of max value = 765). Red value is 120 (47.27% from 255 or 20.13% from 596); Green value is 234 (91.80% from 255 or 39.26% from 596); Blue value is 242 (94.92% from 255 or 40.60% from 596); Max value from RGB is 242 - color contains mainly: blue. Hex color #78EAF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78EAF2 is #87150D. Grayscale: #C8C8C8. Windows color (decimal): -8852750 or 15919736. OLE color: 15919736.

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

Color convert

RGB 120 234 242 -
CMYK 0.50 0.03 0 0.05
HSL 183.93º 0.82% 0.71% -
HSV(B) 183.93º 0.5% 0.95% -
XYZ 53.2 69.25 94.57 -
YUV 200.83 151.23 70.35 -
System Red Green Blue C M Y K H S L
Decimal 120 234 242 0.50 0.03 0 0.05 183.93 0.82 0.71
Hex 78 EA F2 32 3 0 5 B8 52 47
Octal 170 352 362 62 3 0 5 270 122 107
Binary 1111000 11101010 11110010 110010 11 0 101 10111000 1010010 1000111

Color Harmonies of #78EAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78EAF2

Black with #78EAF2

Text Example


Text Example

White with #78EAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,234,242); }

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

background-color css

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

 a { background-color: rgb(120,234,242); }

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

border-color css

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

 span { border-color: rgb(120,234,242); }

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