#79B0BD

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

Shades of Glacier #79B0BD

Tints of Glacier #79B0BD

Color information

#79B0BD (or 0x79B0BD) is unknown color: approx Glacier. HEX triplet: 79, B0 and BD. RGB value is (121,176,189). Sum of RGB (Red+Green+Blue) = 121+176+189=486 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.90% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 189 - color contains mainly: blue. Hex color #79B0BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79B0BD is #864F42. Grayscale: #A0A0A0. Windows color (decimal): -8802115 or 12431481. OLE color: 12431481.

HSL color Cylindrical-coordinate representation of color #79B0BD: hue angle of 191.47º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #79B0BD is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB121176189-
CMYK0.360.0700.26
HSL191.47º34%60.78%-
HSV(B)191.47º35.98%74.12%-
XYZ32.638.7953.91-
YUV161.04143.7899.44-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.90%
GREEN value IS 176 (69.14% from 255) = 36.21%
BLUE value IS 189 (74.22% from 255) = 38.89%
R=24.90%
G=36.21%
B=38.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1211761890.360.0700.26191.473460.78
Hex79B0BD24701Abf223d
Octal1712602754470322774275
Binary1111001101100001011110110010011101101010111111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,176,189); }

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

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

 a { background-color: rgb(121,176,189); }

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

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

 span { border-color: rgb(121,176,189); }

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