#79FDFB

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

Shades of Electric Blue #79FDFB

Tints of Electric Blue #79FDFB

Color information

#79FDFB (or 0x79FDFB) is unknown color: approx Electric Blue. HEX triplet: 79, FD and FB. RGB value is (121,253,251). Sum of RGB (Red+Green+Blue) = 121+253+251=625 (82% of max value = 765). Red value is 121 (47.66% from 255 or 19.36% from 625); Green value is 253 (99.22% from 255 or 40.48% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 253 - color contains mainly: green. Hex color #79FDFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79FDFB is #860204. Grayscale: #D5D5D5. Windows color (decimal): -8782341 or 16514425. OLE color: 16514425.

HSL color Cylindrical-coordinate representation of color #79FDFB: hue angle of 179.09º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #79FDFB is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB121253251-
CMYK0.5200.010.01
HSL179.09º97.06%73.33%-
HSV(B)179.09º52.17%99.22%-
XYZ60.4281.28103.77-
YUV213.3149.2762.16-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 19.36%
GREEN value IS 253 (99.22% from 255) = 40.48%
BLUE value IS 251 (98.44% from 255) = 40.16%
R=19.36%
G=40.48%
B=40.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1212532510.5200.010.01179.0997.0673.33
Hex79FDFB34011b36149
Octal17137537364011263141111
Binary111100111111101111110111101000111011001111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79FDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,253,251); }

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

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

 a { background-color: rgb(121,253,251); }

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

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

 span { border-color: rgb(121,253,251); }

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