Html Css Color HEX #79F0FE Electric Blue

📋 copy color: '#79F0FE'

red 121 ◦ green 240 ◦ blue 254

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

Shades of Electric Blue #79F0FE

Tints of Electric Blue #79F0FE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.02%

 BLUE value IS 254 (99.61% from 255) = 41.3%

R = 19.67%
G = 39.02%
B = 41.3%

CMYK

 C value IS 0.52

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#79F0FE (or 0x79F0FE) is known color: Electric Blue. HEX triplet: 79, F0 and FE. RGB value is (121,240,254). Sum of RGB (Red+Green+Blue) = 121+240+254=615 (81% of max value = 765). Red value is 121 (47.66% from 255 or 19.67% from 615); Green value is 240 (94.14% from 255 or 39.02% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #79F0FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79F0FE is #860F01. Grayscale: #CDCDCD. Windows color (decimal): -8785666 or 16707705. OLE color: 16707705.

HSL color Cylindrical-coordinate representation of color #79F0FE: hue angle of 186.32º 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 #79F0FE is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 121 240 254 -
CMYK 0.52 0.06 0 0.00
HSL 186.32º 0.99% 0.74% -
HSV(B) 186.32º 0.52% 1% -
XYZ 56.93 73.54 104.96 -
YUV 206.02 155.08 67.36 -
System Red Green Blue C M Y K H S L
Decimal 121 240 254 0.52 0.06 0 0.00 186.32 0.99 0.74
Hex 79 F0 FE 34 6 0 0 BA 63 4A
Octal 171 360 376 64 6 0 0 272 143 112
Binary 1111001 11110000 11111110 110100 110 0 0 10111010 1100011 1001010

Color Harmonies of #79F0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79F0FE

Black with #79F0FE

Text Example


Text Example

White with #79F0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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