Html Css Color HEX #79EAEF Electric Blue

📋 copy color: '#79EAEF'

red 121 ◦ green 234 ◦ blue 239

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

Shades of Electric Blue #79EAEF

Tints of Electric Blue #79EAEF

RGB

 RED value IS 121 (47.66% from 255) = 20.37%

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

 BLUE value IS 239 (93.75% from 255) = 40.24%

R = 20.37%
G = 39.39%
B = 40.24%

CMYK

 C value IS 0.49

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#79EAEF (or 0x79EAEF) is known color: Electric Blue. HEX triplet: 79, EA and EF. RGB value is (121,234,239). Sum of RGB (Red+Green+Blue) = 121+234+239=594 (78% of max value = 765). Red value is 121 (47.66% from 255 or 20.37% from 594); Green value is 234 (91.80% from 255 or 39.39% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #79EAEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79EAEF is #861510. Grayscale: #C8C8C8. Windows color (decimal): -8787217 or 15723129. OLE color: 15723129.

HSL color Cylindrical-coordinate representation of color #79EAEF: hue angle of 182.54º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #79EAEF is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 121 234 239 -
CMYK 0.49 0.02 0 0.06
HSL 182.54º 0.79% 0.71% -
HSV(B) 182.54º 0.49% 0.94% -
XYZ 52.89 69.14 92.22 -
YUV 200.78 149.56 71.09 -
System Red Green Blue C M Y K H S L
Decimal 121 234 239 0.49 0.02 0 0.06 182.54 0.79 0.71
Hex 79 EA EF 31 2 0 6 B7 4F 47
Octal 171 352 357 61 2 0 6 267 117 107
Binary 1111001 11101010 11101111 110001 10 0 110 10110111 1001111 1000111

Color Harmonies of #79EAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79EAEF

Black with #79EAEF

Text Example


Text Example

White with #79EAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79EAEF; }

 p { color: rgb(121,234,239); }

 H1.HeaderClassName
 {
   color: #79EAEF;
 }
 .AnyTagClassName
 {
   color: #79EAEF;
 }
</style>

background-color css

<style>
 a { background-color: #79EAEF; }

 a { background-color: rgb(121,234,239); }

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

border-color css

<style>
 span { border-color: #79EAEF; }

 span { border-color: rgb(121,234,239); }

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