#80ADC0

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

Shades of Glacier #80ADC0

Tints of Glacier #80ADC0

Color information

#80ADC0 (or 0x80ADC0) is unknown color: approx Glacier. HEX triplet: 80, AD and C0. RGB value is (128,173,192). Sum of RGB (Red+Green+Blue) = 128+173+192=493 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.96% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 192 - color contains mainly: blue. Hex color #80ADC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ADC0 is #7F523F. Grayscale: #A1A1A1. Windows color (decimal): -8344128 or 12627328. OLE color: 12627328.

HSL color Cylindrical-coordinate representation of color #80ADC0: hue angle of 197.81º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80ADC0 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB128173192-
CMYK0.330.1000.25
HSL197.81º33.68%62.75%-
HSV(B)197.81º33.33%75.29%-
XYZ33.3638.2855.5-
YUV161.71145.09103.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.96%
GREEN value IS 173 (67.97% from 255) = 35.09%
BLUE value IS 192 (75.39% from 255) = 38.95%
R=25.96%
G=35.09%
B=38.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281731920.330.1000.25197.8133.6862.75
Hex80ADC021A019c6223f
Octal20025530041120313064277
Binary100000001010110111000000100001101001100111000110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ADC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80ADC0; }

 p { color: rgb(128,173,192); }

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

<style>
 a { background-color: #80ADC0; }

 a { background-color: rgb(128,173,192); }

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

<style>
 span { border-color: #80ADC0; }

 span { border-color: rgb(128,173,192); }

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