#79ABC2

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

Shades of Glacier #79ABC2

Tints of Glacier #79ABC2

Color information

#79ABC2 (or 0x79ABC2) is unknown color: approx Glacier. HEX triplet: 79, AB and C2. RGB value is (121,171,194). Sum of RGB (Red+Green+Blue) = 121+171+194=486 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.90% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 194 - color contains mainly: blue. Hex color #79ABC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79ABC2 is #86543D. Grayscale: #9E9E9E. Windows color (decimal): -8803390 or 12757881. OLE color: 12757881.

HSL color Cylindrical-coordinate representation of color #79ABC2: hue angle of 198.9º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #79ABC2 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB121171194-
CMYK0.380.1200.24
HSL198.9º37.44%61.76%-
HSV(B)198.9º37.63%76.08%-
XYZ32.1937.0956.5-
YUV158.67147.94101.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.90%
GREEN value IS 171 (67.19% from 255) = 35.19%
BLUE value IS 194 (76.17% from 255) = 39.92%
R=24.90%
G=35.19%
B=39.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1211711940.380.1200.24198.937.4461.76
Hex79ABC226C018c7253e
Octal17125330246140303074576
Binary11110011010101111000010100110110001100011000111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79ABC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,171,194); }

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

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

 a { background-color: rgb(121,171,194); }

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

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

 span { border-color: rgb(121,171,194); }

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