#79A8BB

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

Shades of Glacier #79A8BB

Tints of Glacier #79A8BB

Color information

#79A8BB (or 0x79A8BB) is unknown color: approx Glacier. HEX triplet: 79, A8 and BB. RGB value is (121,168,187). Sum of RGB (Red+Green+Blue) = 121+168+187=476 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.42% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 187 - color contains mainly: blue. Hex color #79A8BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A8BB is #865744. Grayscale: #9B9B9B. Windows color (decimal): -8804165 or 12298361. OLE color: 12298361.

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

Color convert

RGB121168187-
CMYK0.350.1000.27
HSL197.27º32.67%60.39%-
HSV(B)197.27º35.29%73.33%-
XYZ30.8635.6652.27-
YUV156.11145.43102.96-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.42%
GREEN value IS 168 (66.02% from 255) = 35.29%
BLUE value IS 187 (73.44% from 255) = 39.29%
R=25.42%
G=35.29%
B=39.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211681870.350.1000.27197.2732.6760.39
Hex79A8BB23A01Bc5213c
Octal17125027343120333054174
Binary11110011010100010111011100011101001101111000101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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