Html Css Color HEX #79AAC0 Glacier

📋 copy color: '#79AAC0'

red 121 ◦ green 170 ◦ blue 192

#79AAC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glacier #79AAC0

Tints of Glacier #79AAC0

RGB

 RED value IS 121 (47.66% from 255) = 25.05%

 GREEN value IS 170 (66.8% from 255) = 35.2%

 BLUE value IS 192 (75.39% from 255) = 39.75%

R = 25.05%
G = 35.2%
B = 39.75%

CMYK

 C value IS 0.37

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#79AAC0 (or 0x79AAC0) is known color: Glacier. HEX triplet: 79, AA and C0. RGB value is (121,170,192). Sum of RGB (Red+Green+Blue) = 121+170+192=483 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.05% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 192 - color contains mainly: blue. Hex color #79AAC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79AAC0 is #86553F. Grayscale: #9D9D9D. Windows color (decimal): -8803648 or 12626553. OLE color: 12626553.

HSL color Cylindrical-coordinate representation of color #79AAC0: hue angle of 198.59º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #79AAC0 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 121 170 192 -
CMYK 0.37 0.11 0 0.25
HSL 198.59º 0.36% 0.61% -
HSV(B) 198.59º 0.37% 0.75% -
XYZ 31.77 36.62 55.26 -
YUV 157.86 147.27 101.71 -
System Red Green Blue C M Y K H S L
Decimal 121 170 192 0.37 0.11 0 0.25 198.59 0.36 0.61
Hex 79 AA C0 25 B 0 19 C7 24 3D
Octal 171 252 300 45 13 0 31 307 44 75
Binary 1111001 10101010 11000000 100101 1011 0 11001 11000111 100100 111101

Color Harmonies of #79AAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79AAC0

Black with #79AAC0

Text Example


Text Example

White with #79AAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #79AAC0;
 }
 .AnyTagClassName
 {
   color: #79AAC0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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