#79FEFF

Color #79FEFF Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #79FEFF

Tints of Electric Blue #79FEFF

Color information

#79FEFF (or 0x79FEFF) is unknown color: approx Electric Blue. HEX triplet: 79, FE and FF. RGB value is (121,254,255). Sum of RGB (Red+Green+Blue) = 121+254+255=630 (83% of max value = 765). Red value is 121 (47.66% from 255 or 19.21% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #79FEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79FEFF is #860100. Grayscale: #D6D6D6. Windows color (decimal): -8782081 or 16776825. OLE color: 16776825.

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

Color convert

RGB121254255-
CMYK0.530.0000
HSL180.45º100%73.73%-
HSV(B)180.45º52.55%100%-
XYZ61.3882.17107.23-
YUV214.35150.9461.42-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 19.21%
GREEN value IS 254 (99.61% from 255) = 40.32%
BLUE value IS 255 (100% from 255) = 40.48%
R=19.21%
G=40.32%
B=40.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1212542550.530.0000180.4510073.73
Hex79FEFF35000b4644a
Octal17137637765000264144112
Binary111100111111110111111111101010001011010011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #79FEFF;
 }
 .AnyTagClassName
 {
   color: #79FEFF;
 }
</style>
background-color css

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

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

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

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

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

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