#79B6BB

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

Shades of Glacier #79B6BB

Tints of Glacier #79B6BB

Color information

#79B6BB (or 0x79B6BB) is unknown color: approx Glacier. HEX triplet: 79, B6 and BB. RGB value is (121,182,187). Sum of RGB (Red+Green+Blue) = 121+182+187=490 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.69% from 490); Green value is 182 (71.48% from 255 or 37.14% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #79B6BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79B6BB is #864944. Grayscale: #A4A4A4. Windows color (decimal): -8800581 or 12301945. OLE color: 12301945.

HSL color Cylindrical-coordinate representation of color #79B6BB: hue angle of 184.55º 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 #79B6BB is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB121182187-
CMYK0.350.0300.27
HSL184.55º32.67%60.39%-
HSV(B)184.55º35.29%73.33%-
XYZ33.5841.1153.18-
YUV164.33140.7997.09-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.69%
GREEN value IS 182 (71.48% from 255) = 37.14%
BLUE value IS 187 (73.44% from 255) = 38.16%
R=24.69%
G=37.14%
B=38.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211821870.350.0300.27184.5532.6760.39
Hex79B6BB23301Bb9213c
Octal1712662734330332714174
Binary111100110110110101110111000111101101110111001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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