#79AFBA

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

Shades of Glacier #79AFBA

Tints of Glacier #79AFBA

Color information

#79AFBA (or 0x79AFBA) is unknown color: approx Glacier. HEX triplet: 79, AF and BA. RGB value is (121,175,186). Sum of RGB (Red+Green+Blue) = 121+175+186=482 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.10% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #79AFBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79AFBA is #865045. Grayscale: #A0A0A0. Windows color (decimal): -8802374 or 12234617. OLE color: 12234617.

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

Color convert

RGB121175186-
CMYK0.350.0600.27
HSL190.15º32.02%60.2%-
HSV(B)190.15º34.95%72.94%-
XYZ32.0838.2752.15-
YUV160.11142.61100.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.10%
GREEN value IS 175 (68.75% from 255) = 36.31%
BLUE value IS 186 (73.05% from 255) = 38.59%
R=25.10%
G=36.31%
B=38.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211751860.350.0600.27190.1532.0260.2
Hex79AFBA23601Bbe203c
Octal1712572724360332764074
Binary1111001101011111011101010001111001101110111110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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