Html Css Color HEX #79FEFA Electric Blue

📋 copy color: '#79FEFA'

red 121 ◦ green 254 ◦ blue 250

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

Shades of Electric Blue #79FEFA

Tints of Electric Blue #79FEFA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.64%

 BLUE value IS 250 (98.05% from 255) = 40%

R = 19.36%
G = 40.64%
B = 40%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#79FEFA (or 0x79FEFA) is known color: Electric Blue. HEX triplet: 79, FE and FA. RGB value is (121,254,250). Sum of RGB (Red+Green+Blue) = 121+254+250=625 (82% of max value = 765). Red value is 121 (47.66% from 255 or 19.36% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 254 - color contains mainly: green. Hex color #79FEFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79FEFA is #860105. Grayscale: #D5D5D5. Windows color (decimal): -8782086 or 16449145. OLE color: 16449145.

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

Color convert

RGB 121 254 250 -
CMYK 0.52 0 0.02 0.00
HSL 178.2º 0.99% 0.74% -
HSV(B) 178.2º 0.52% 1% -
XYZ 60.58 81.85 103.05 -
YUV 213.78 148.44 61.83 -
System Red Green Blue C M Y K H S L
Decimal 121 254 250 0.52 0 0.02 0.00 178.2 0.99 0.74
Hex 79 FE FA 34 0 2 0 B2 63 4A
Octal 171 376 372 64 0 2 0 262 143 112
Binary 1111001 11111110 11111010 110100 0 10 0 10110010 1100011 1001010

Color Harmonies of #79FEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79FEFA

Black with #79FEFA

Text Example


Text Example

White with #79FEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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