#80ADC1

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

Shades of Glacier #80ADC1

Tints of Glacier #80ADC1

Color information

#80ADC1 (or 0x80ADC1) is unknown color: approx Glacier. HEX triplet: 80, AD and C1. RGB value is (128,173,193). Sum of RGB (Red+Green+Blue) = 128+173+193=494 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.91% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 193 - color contains mainly: blue. Hex color #80ADC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ADC1 is #7F523E. Grayscale: #A1A1A1. Windows color (decimal): -8344127 or 12692864. OLE color: 12692864.

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

Color convert

RGB128173193-
CMYK0.340.1000.24
HSL198.46º34.39%62.94%-
HSV(B)198.46º33.68%75.69%-
XYZ33.4738.3356.09-
YUV161.82145.59103.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.91%
GREEN value IS 173 (67.97% from 255) = 35.02%
BLUE value IS 193 (75.78% from 255) = 39.07%
R=25.91%
G=35.02%
B=39.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1281731930.340.1000.24198.4634.3962.94
Hex80ADC122A018c6223f
Octal20025530142120303064277
Binary100000001010110111000001100010101001100011000110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ADC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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