#79BABE

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

Shades of Glacier #79BABE

Tints of Glacier #79BABE

Color information

#79BABE (or 0x79BABE) is unknown color: approx Glacier. HEX triplet: 79, BA and BE. RGB value is (121,186,190). Sum of RGB (Red+Green+Blue) = 121+186+190=497 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.35% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 190 - color contains mainly: blue. Hex color #79BABE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BABE is #864541. Grayscale: #A6A6A6. Windows color (decimal): -8799554 or 12499577. OLE color: 12499577.

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

Color convert

RGB121186190-
CMYK0.360.0200.25
HSL183.48º34.67%60.98%-
HSV(B)183.48º36.32%74.51%-
XYZ34.7442.955.16-
YUV167.02140.9795.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.35%
GREEN value IS 186 (73.05% from 255) = 37.42%
BLUE value IS 190 (74.61% from 255) = 38.23%
R=24.35%
G=37.42%
B=38.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1211861900.360.0200.25183.4834.6760.98
Hex79BABE242019b7233d
Octal1712722764420312674375
Binary111100110111010101111101001001001100110110111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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