#79BDC2

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

Shades of Glacier #79BDC2

Tints of Glacier #79BDC2

Color information

#79BDC2 (or 0x79BDC2) is unknown color: approx Glacier. HEX triplet: 79, BD and C2. RGB value is (121,189,194). Sum of RGB (Red+Green+Blue) = 121+189+194=504 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.01% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 194 - color contains mainly: blue. Hex color #79BDC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BDC2 is #86423D. Grayscale: #A9A9A9. Windows color (decimal): -8798782 or 12762489. OLE color: 12762489.

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

Color convert

RGB121189194-
CMYK0.380.0300.24
HSL184.11º37.44%61.76%-
HSV(B)184.11º37.63%76.08%-
XYZ35.8244.3657.71-
YUV169.24141.9793.59-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.01%
GREEN value IS 189 (74.22% from 255) = 37.5%
BLUE value IS 194 (76.17% from 255) = 38.49%
R=24.01%
G=37.5%
B=38.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1211891940.380.0300.24184.1137.4461.76
Hex79BDC2263018b8253e
Octal1712753024630302704576
Binary111100110111101110000101001101101100010111000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,189,194); }

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

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

 a { background-color: rgb(121,189,194); }

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

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

 span { border-color: rgb(121,189,194); }

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