#79AABB

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

Shades of Glacier #79AABB

Tints of Glacier #79AABB

Color information

#79AABB (or 0x79AABB) is unknown color: approx Glacier. HEX triplet: 79, AA and BB. RGB value is (121,170,187). Sum of RGB (Red+Green+Blue) = 121+170+187=478 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.31% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 187 - color contains mainly: blue. Hex color #79AABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79AABB is #865544. Grayscale: #9D9D9D. Windows color (decimal): -8803653 or 12298873. OLE color: 12298873.

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

Color convert

RGB121170187-
CMYK0.350.0900.27
HSL195.45º32.67%60.39%-
HSV(B)195.45º35.29%73.33%-
XYZ31.2336.452.39-
YUV157.29144.77102.12-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.31%
GREEN value IS 170 (66.80% from 255) = 35.56%
BLUE value IS 187 (73.44% from 255) = 39.12%
R=25.31%
G=35.56%
B=39.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211701870.350.0900.27195.4532.6760.39
Hex79AABB23901Bc3213c
Octal17125227343110333034174
Binary11110011010101010111011100011100101101111000011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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