Html Css Color HEX #79FAE9 Electric Blue

📋 copy color: '#79FAE9'

red 121 ◦ green 250 ◦ blue 233

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

Shades of Electric Blue #79FAE9

Tints of Electric Blue #79FAE9

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.39%

 BLUE value IS 233 (91.41% from 255) = 38.58%

R = 20.03%
G = 41.39%
B = 38.58%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#79FAE9 (or 0x79FAE9) is known color: Electric Blue. HEX triplet: 79, FA and E9. RGB value is (121,250,233). Sum of RGB (Red+Green+Blue) = 121+250+233=604 (80% of max value = 765). Red value is 121 (47.66% from 255 or 20.03% from 604); Green value is 250 (98.05% from 255 or 41.39% from 604); Blue value is 233 (91.41% from 255 or 38.58% from 604); Max value from RGB is 250 - color contains mainly: green. Hex color #79FAE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79FAE9 is #860516. Grayscale: #D1D1D1. Windows color (decimal): -8783127 or 15334009. OLE color: 15334009.

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

Color convert

RGB 121 250 233 -
CMYK 0.52 0 0.07 0.02
HSL 172.09º 0.93% 0.73% -
HSV(B) 172.09º 0.52% 0.98% -
XYZ 56.78 78.32 89.22 -
YUV 209.49 141.26 64.88 -
System Red Green Blue C M Y K H S L
Decimal 121 250 233 0.52 0 0.07 0.02 172.09 0.93 0.73
Hex 79 FA E9 34 0 7 2 AC 5D 49
Octal 171 372 351 64 0 7 2 254 135 111
Binary 1111001 11111010 11101001 110100 0 111 10 10101100 1011101 1001001

Color Harmonies of #79FAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79FAE9

Black with #79FAE9

Text Example


Text Example

White with #79FAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,250,233); }

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

background-color css

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

 a { background-color: rgb(121,250,233); }

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

border-color css

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

 span { border-color: rgb(121,250,233); }

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