#79ABBC

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

Shades of Glacier #79ABBC

Tints of Glacier #79ABBC

Color information

#79ABBC (or 0x79ABBC) is unknown color: approx Glacier. HEX triplet: 79, AB and BC. RGB value is (121,171,188). Sum of RGB (Red+Green+Blue) = 121+171+188=480 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.21% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 188 - color contains mainly: blue. Hex color #79ABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79ABBC is #865443. Grayscale: #9D9D9D. Windows color (decimal): -8803396 or 12364665. OLE color: 12364665.

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

Color convert

RGB121171188-
CMYK0.360.0900.26
HSL195.22º33.33%60.59%-
HSV(B)195.22º35.64%73.73%-
XYZ31.5336.8253.02-
YUV157.99144.94101.62-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.21%
GREEN value IS 171 (67.19% from 255) = 35.62%
BLUE value IS 188 (73.83% from 255) = 39.17%
R=25.21%
G=35.62%
B=39.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1211711880.360.0900.26195.2233.3360.59
Hex79ABBC24901Ac3213d
Octal17125327444110323034175
Binary11110011010101110111100100100100101101011000011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79ABBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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