#79B1BB

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

Shades of Glacier #79B1BB

Tints of Glacier #79B1BB

Color information

#79B1BB (or 0x79B1BB) is unknown color: approx Glacier. HEX triplet: 79, B1 and BB. RGB value is (121,177,187). Sum of RGB (Red+Green+Blue) = 121+177+187=485 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.95% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 187 - color contains mainly: blue. Hex color #79B1BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79B1BB is #864E44. Grayscale: #A1A1A1. Windows color (decimal): -8801861 or 12300665. OLE color: 12300665.

HSL color Cylindrical-coordinate representation of color #79B1BB: hue angle of 189.09º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #79B1BB is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB121177187-
CMYK0.350.0500.27
HSL189.09º32.67%60.39%-
HSV(B)189.09º35.29%73.33%-
XYZ32.5839.152.84-
YUV161.4142.4599.19-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.95%
GREEN value IS 177 (69.53% from 255) = 36.49%
BLUE value IS 187 (73.44% from 255) = 38.56%
R=24.95%
G=36.49%
B=38.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211771870.350.0500.27189.0932.6760.39
Hex79B1BB23501Bbd213c
Octal1712612734350332754174
Binary1111001101100011011101110001110101101110111101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,177,187); }

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

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

 a { background-color: rgb(121,177,187); }

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

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

 span { border-color: rgb(121,177,187); }

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