#79ADC1

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

Shades of Glacier #79ADC1

Tints of Glacier #79ADC1

Color information

#79ADC1 (or 0x79ADC1) is unknown color: approx Glacier. HEX triplet: 79, AD and C1. RGB value is (121,173,193). Sum of RGB (Red+Green+Blue) = 121+173+193=487 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.85% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 193 (75.78% from 255 or 39.63% from 487); Max value from RGB is 193 - color contains mainly: blue. Hex color #79ADC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79ADC1 is #86523E. Grayscale: #9F9F9F. Windows color (decimal): -8802879 or 12692857. OLE color: 12692857.

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

Color convert

RGB121173193-
CMYK0.370.1000.24
HSL196.67º36.73%61.57%-
HSV(B)196.67º37.31%75.69%-
XYZ32.4537.856.04-
YUV159.73146.77100.37-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.85%
GREEN value IS 173 (67.97% from 255) = 35.52%
BLUE value IS 193 (75.78% from 255) = 39.63%
R=24.85%
G=35.52%
B=39.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1211731930.370.1000.24196.6736.7361.57
Hex79ADC125A018c5253e
Octal17125530145120303054576
Binary11110011010110111000001100101101001100011000101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79ADC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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