#79ABBB

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

Shades of Glacier #79ABBB

Tints of Glacier #79ABBB

Color information

#79ABBB (or 0x79ABBB) is unknown color: approx Glacier. HEX triplet: 79, AB and BB. RGB value is (121,171,187). Sum of RGB (Red+Green+Blue) = 121+171+187=479 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.26% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 187 - color contains mainly: blue. Hex color #79ABBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79ABBB is #865444. Grayscale: #9D9D9D. Windows color (decimal): -8803397 or 12299129. OLE color: 12299129.

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

Color convert

RGB121171187-
CMYK0.350.0900.27
HSL194.55º32.67%60.39%-
HSV(B)194.55º35.29%73.33%-
XYZ31.4236.7852.46-
YUV157.87144.44101.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.26%
GREEN value IS 171 (67.19% from 255) = 35.70%
BLUE value IS 187 (73.44% from 255) = 39.04%
R=25.26%
G=35.70%
B=39.04%

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
Decimal1211711870.350.0900.27194.5532.6760.39
Hex79ABBB23901Bc3213c
Octal17125327343110333034174
Binary11110011010101110111011100011100101101111000011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79ABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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