#79AAC1

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

Shades of Glacier #79AAC1

Tints of Glacier #79AAC1

Color information

#79AAC1 (or 0x79AAC1) is unknown color: approx Glacier. HEX triplet: 79, AA and C1. RGB value is (121,170,193). Sum of RGB (Red+Green+Blue) = 121+170+193=484 (64% of max value = 765). Red value is 121 (47.66% from 255 or 25% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 193 (75.78% from 255 or 39.88% from 484); Max value from RGB is 193 - color contains mainly: blue. Hex color #79AAC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79AAC1 is #86553E. Grayscale: #9D9D9D. Windows color (decimal): -8803647 or 12692089. OLE color: 12692089.

HSL color Cylindrical-coordinate representation of color #79AAC1: hue angle of 199.17º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #79AAC1 is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB121170193-
CMYK0.370.1200.24
HSL199.17º36.73%61.57%-
HSV(B)199.17º37.31%75.69%-
XYZ31.8936.6655.85-
YUV157.97147.77101.63-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25%
GREEN value IS 170 (66.80% from 255) = 35.12%
BLUE value IS 193 (75.78% from 255) = 39.88%
R=25%
G=35.12%
B=39.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1211701930.370.1200.24199.1736.7361.57
Hex79AAC125C018c7253e
Octal17125230145140303074576
Binary11110011010101011000001100101110001100011000111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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