#79A2BB

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

Shades of Glacier #79A2BB

Tints of Glacier #79A2BB

Color information

#79A2BB (or 0x79A2BB) is unknown color: approx Glacier. HEX triplet: 79, A2 and BB. RGB value is (121,162,187). Sum of RGB (Red+Green+Blue) = 121+162+187=470 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.74% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 187 - color contains mainly: blue. Hex color #79A2BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A2BB is #865D44. Grayscale: #989898. Windows color (decimal): -8805701 or 12296825. OLE color: 12296825.

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

Color convert

RGB121162187-
CMYK0.350.1300.27
HSL202.73º32.67%60.39%-
HSV(B)202.73º35.29%73.33%-
XYZ29.7833.4951.91-
YUV152.59147.42105.47-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.74%
GREEN value IS 162 (63.67% from 255) = 34.47%
BLUE value IS 187 (73.44% from 255) = 39.79%
R=25.74%
G=34.47%
B=39.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211621870.350.1300.27202.7332.6760.39
Hex79A2BB23D01Bcb213c
Octal17124227343150333134174
Binary11110011010001010111011100011110101101111001011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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