#79A8BC

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

Shades of Glacier #79A8BC

Tints of Glacier #79A8BC

Color information

#79A8BC (or 0x79A8BC) is unknown color: approx Glacier. HEX triplet: 79, A8 and BC. RGB value is (121,168,188). Sum of RGB (Red+Green+Blue) = 121+168+188=477 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.37% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #79A8BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A8BC is #865743. Grayscale: #9C9C9C. Windows color (decimal): -8804164 or 12363897. OLE color: 12363897.

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

Color convert

RGB121168188-
CMYK0.360.1100.26
HSL197.91º33.33%60.59%-
HSV(B)197.91º35.64%73.73%-
XYZ30.9635.752.84-
YUV156.23145.93102.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.37%
GREEN value IS 168 (66.02% from 255) = 35.22%
BLUE value IS 188 (73.83% from 255) = 39.41%
R=25.37%
G=35.22%
B=39.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1211681880.360.1100.26197.9133.3360.59
Hex79A8BC24B01Ac6213d
Octal17125027444130323064175
Binary11110011010100010111100100100101101101011000110100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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