#79ABBD

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

Shades of Glacier #79ABBD

Tints of Glacier #79ABBD

Color information

#79ABBD (or 0x79ABBD) is unknown color: approx Glacier. HEX triplet: 79, AB and BD. RGB value is (121,171,189). Sum of RGB (Red+Green+Blue) = 121+171+189=481 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.16% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 189 - color contains mainly: blue. Hex color #79ABBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79ABBD is #865442. Grayscale: #9D9D9D. Windows color (decimal): -8803395 or 12430201. OLE color: 12430201.

HSL color Cylindrical-coordinate representation of color #79ABBD: hue angle of 195.88º 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 #79ABBD is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB121171189-
CMYK0.360.1000.26
HSL195.88º34%60.78%-
HSV(B)195.88º35.98%74.12%-
XYZ31.6336.8653.59-
YUV158.1145.44101.54-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.16%
GREEN value IS 171 (67.19% from 255) = 35.55%
BLUE value IS 189 (74.22% from 255) = 39.29%
R=25.16%
G=35.55%
B=39.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1211711890.360.1000.26195.883460.78
Hex79ABBD24A01Ac4223d
Octal17125327544120323044275
Binary11110011010101110111101100100101001101011000100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79ABBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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