#80AEC1

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

Shades of Glacier #80AEC1

Tints of Glacier #80AEC1

Color information

#80AEC1 (or 0x80AEC1) is unknown color: approx Glacier. HEX triplet: 80, AE and C1. RGB value is (128,174,193). Sum of RGB (Red+Green+Blue) = 128+174+193=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 193 - color contains mainly: blue. Hex color #80AEC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AEC1 is #7F513E. Grayscale: #A2A2A2. Windows color (decimal): -8343871 or 12693120. OLE color: 12693120.

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

Color convert

RGB128174193-
CMYK0.340.1000.24
HSL197.54º34.39%62.94%-
HSV(B)197.54º33.68%75.69%-
XYZ33.6638.7156.15-
YUV162.41145.26103.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.86%
GREEN value IS 174 (68.36% from 255) = 35.15%
BLUE value IS 193 (75.78% from 255) = 38.99%
R=25.86%
G=35.15%
B=38.99%

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
Decimal1281741930.340.1000.24197.5434.3962.94
Hex80AEC122A018c6223f
Octal20025630142120303064277
Binary100000001010111011000001100010101001100011000110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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