#79A2BE

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

Shades of Glacier #79A2BE

Tints of Glacier #79A2BE

Color information

#79A2BE (or 0x79A2BE) is unknown color: approx Glacier. HEX triplet: 79, A2 and BE. RGB value is (121,162,190). Sum of RGB (Red+Green+Blue) = 121+162+190=473 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.58% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #79A2BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A2BE is #865D41. Grayscale: #989898. Windows color (decimal): -8805698 or 12493433. OLE color: 12493433.

HSL color Cylindrical-coordinate representation of color #79A2BE: hue angle of 204.35º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #79A2BE is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB121162190-
CMYK0.360.1500.25
HSL204.35º34.67%60.98%-
HSV(B)204.35º36.32%74.51%-
XYZ30.133.6253.62-
YUV152.93148.92105.22-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.58%
GREEN value IS 162 (63.67% from 255) = 34.25%
BLUE value IS 190 (74.61% from 255) = 40.17%
R=25.58%
G=34.25%
B=40.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1211621900.360.1500.25204.3534.6760.98
Hex79A2BE24F019cc233d
Octal17124227644170313144375
Binary11110011010001010111110100100111101100111001100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,162,190); }

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

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

 a { background-color: rgb(121,162,190); }

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

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

 span { border-color: rgb(121,162,190); }

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