#79BAC1

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

Shades of Glacier #79BAC1

Tints of Glacier #79BAC1

Color information

#79BAC1 (or 0x79BAC1) is unknown color: approx Glacier. HEX triplet: 79, BA and C1. RGB value is (121,186,193). Sum of RGB (Red+Green+Blue) = 121+186+193=500 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.2% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 193 (75.78% from 255 or 38.6% from 500); Max value from RGB is 193 - color contains mainly: blue. Hex color #79BAC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BAC1 is #86453E. Grayscale: #A7A7A7. Windows color (decimal): -8799551 or 12696185. OLE color: 12696185.

HSL color Cylindrical-coordinate representation of color #79BAC1: hue angle of 185.83º 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 #79BAC1 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB121186193-
CMYK0.370.0400.24
HSL185.83º36.73%61.57%-
HSV(B)185.83º37.31%75.69%-
XYZ35.0743.0356.91-
YUV167.36142.4794.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.2%
GREEN value IS 186 (73.05% from 255) = 37.2%
BLUE value IS 193 (75.78% from 255) = 38.6%
R=24.2%
G=37.2%
B=38.6%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1211861930.370.0400.24185.8336.7361.57
Hex79BAC1254018ba253e
Octal1712723014540302724576
Binary1111001101110101100000110010110001100010111010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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