Html Css Color HEX #79F2EF Electric Blue

📋 copy color: '#79F2EF'

red 121 ◦ green 242 ◦ blue 239

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

Shades of Electric Blue #79F2EF

Tints of Electric Blue #79F2EF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.2%

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

R = 20.1%
G = 40.2%
B = 39.7%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#79F2EF (or 0x79F2EF) is known color: Electric Blue. HEX triplet: 79, F2 and EF. RGB value is (121,242,239). Sum of RGB (Red+Green+Blue) = 121+242+239=602 (79% of max value = 765). Red value is 121 (47.66% from 255 or 20.10% from 602); Green value is 242 (94.92% from 255 or 40.20% from 602); Blue value is 239 (93.75% from 255 or 39.70% from 602); Max value from RGB is 242 - color contains mainly: green. Hex color #79F2EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79F2EF is #860D10. Grayscale: #CDCDCD. Windows color (decimal): -8785169 or 15725177. OLE color: 15725177.

HSL color Cylindrical-coordinate representation of color #79F2EF: hue angle of 178.51º 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 #79F2EF is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 121 242 239 -
CMYK 0.50 0 0.01 0.05
HSL 178.51º 0.82% 0.71% -
HSV(B) 178.51º 0.5% 0.95% -
XYZ 55.22 73.8 93 -
YUV 205.48 146.91 67.74 -
System Red Green Blue C M Y K H S L
Decimal 121 242 239 0.50 0 0.01 0.05 178.51 0.82 0.71
Hex 79 F2 EF 32 0 1 5 B3 52 47
Octal 171 362 357 62 0 1 5 263 122 107
Binary 1111001 11110010 11101111 110010 0 1 101 10110011 1010010 1000111

Color Harmonies of #79F2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79F2EF

Black with #79F2EF

Text Example


Text Example

White with #79F2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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