Html Css Color HEX #79F2EC Electric Blue

📋 copy color: '#79F2EC'

red 121 ◦ green 242 ◦ blue 236

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

Shades of Electric Blue #79F2EC

Tints of Electric Blue #79F2EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.4%

R = 20.2%
G = 40.4%
B = 39.4%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#79F2EC (or 0x79F2EC) is known color: Electric Blue. HEX triplet: 79, F2 and EC. RGB value is (121,242,236). Sum of RGB (Red+Green+Blue) = 121+242+236=599 (79% of max value = 765). Red value is 121 (47.66% from 255 or 20.20% from 599); Green value is 242 (94.92% from 255 or 40.40% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 242 - color contains mainly: green. Hex color #79F2EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79F2EC is #860D13. Grayscale: #CDCDCD. Windows color (decimal): -8785172 or 15528569. OLE color: 15528569.

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

Color convert

RGB 121 242 236 -
CMYK 0.50 0 0.02 0.05
HSL 177.02º 0.82% 0.71% -
HSV(B) 177.02º 0.5% 0.95% -
XYZ 54.78 73.63 90.68 -
YUV 205.14 145.41 67.99 -
System Red Green Blue C M Y K H S L
Decimal 121 242 236 0.50 0 0.02 0.05 177.02 0.82 0.71
Hex 79 F2 EC 32 0 2 5 B1 52 47
Octal 171 362 354 62 0 2 5 261 122 107
Binary 1111001 11110010 11101100 110010 0 10 101 10110001 1010010 1000111

Color Harmonies of #79F2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79F2EC

Black with #79F2EC

Text Example


Text Example

White with #79F2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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