#79B0BE

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

Shades of Glacier #79B0BE

Tints of Glacier #79B0BE

Color information

#79B0BE (or 0x79B0BE) is unknown color: approx Glacier. HEX triplet: 79, B0 and BE. RGB value is (121,176,190). Sum of RGB (Red+Green+Blue) = 121+176+190=487 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.85% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #79B0BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79B0BE is #864F41. Grayscale: #A1A1A1. Windows color (decimal): -8802114 or 12497017. OLE color: 12497017.

HSL color Cylindrical-coordinate representation of color #79B0BE: hue angle of 192.17º 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 #79B0BE is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB121176190-
CMYK0.360.0700.25
HSL192.17º34.67%60.98%-
HSV(B)192.17º36.32%74.51%-
XYZ32.738.8354.49-
YUV161.15144.2899.36-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.85%
GREEN value IS 176 (69.14% from 255) = 36.14%
BLUE value IS 190 (74.61% from 255) = 39.01%
R=24.85%
G=36.14%
B=39.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1211761900.360.0700.25192.1734.6760.98
Hex79B0BE247019c0233d
Octal1712602764470313004375
Binary1111001101100001011111010010011101100111000000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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