Html Css Color HEX #79F2FF Electric Blue

📋 copy color: '#79F2FF'

red 121 ◦ green 242 ◦ blue 255

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

Shades of Electric Blue #79F2FF

Tints of Electric Blue #79F2FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.26%

R = 19.58%
G = 39.16%
B = 41.26%

CMYK

 C value IS 0.53

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#79F2FF (or 0x79F2FF) is known color: Electric Blue. HEX triplet: 79, F2 and FF. RGB value is (121,242,255). Sum of RGB (Red+Green+Blue) = 121+242+255=618 (81% of max value = 765). Red value is 121 (47.66% from 255 or 19.58% from 618); Green value is 242 (94.92% from 255 or 39.16% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #79F2FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79F2FF is #860D00. Grayscale: #CFCFCF. Windows color (decimal): -8785153 or 16773753. OLE color: 16773753.

HSL color Cylindrical-coordinate representation of color #79F2FF: hue angle of 185.82º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #79F2FF is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 121 242 255 -
CMYK 0.53 0.05 0 0
HSL 185.82º 1% 0.74% -
HSV(B) 185.82º 0.53% 1% -
XYZ 57.69 74.79 106 -
YUV 207.3 154.91 66.44 -
System Red Green Blue C M Y K H S L
Decimal 121 242 255 0.53 0.05 0 0 185.82 1 0.74
Hex 79 F2 FF 35 5 0 0 BA 64 4A
Octal 171 362 377 65 5 0 0 272 144 112
Binary 1111001 11110010 11111111 110101 101 0 0 10111010 1100100 1001010

Color Harmonies of #79F2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79F2FF

Black with #79F2FF

Text Example


Text Example

White with #79F2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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