#79ADBA

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

Shades of Glacier #79ADBA

Tints of Glacier #79ADBA

Color information

#79ADBA (or 0x79ADBA) is unknown color: approx Glacier. HEX triplet: 79, AD and BA. RGB value is (121,173,186). Sum of RGB (Red+Green+Blue) = 121+173+186=480 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.21% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 186 - color contains mainly: blue. Hex color #79ADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79ADBA is #865245. Grayscale: #9E9E9E. Windows color (decimal): -8802886 or 12234105. OLE color: 12234105.

HSL color Cylindrical-coordinate representation of color #79ADBA: hue angle of 192º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #79ADBA is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB121173186-
CMYK0.350.0700.27
HSL192º32.02%60.2%-
HSV(B)192º34.95%72.94%-
XYZ31.6937.552.02-
YUV158.93143.27100.94-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.21%
GREEN value IS 173 (67.97% from 255) = 36.04%
BLUE value IS 186 (73.05% from 255) = 38.75%
R=25.21%
G=36.04%
B=38.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211731860.350.0700.2719232.0260.2
Hex79ADBA23701Bc0203c
Octal1712552724370333004074
Binary1111001101011011011101010001111101101111000000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79ADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,173,186); }

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

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

 a { background-color: rgb(121,173,186); }

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

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

 span { border-color: rgb(121,173,186); }

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