#80AFBE

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

Shades of Glacier #80AFBE

Tints of Glacier #80AFBE

Color information

#80AFBE (or 0x80AFBE) is unknown color: approx Glacier. HEX triplet: 80, AF and BE. RGB value is (128,175,190). Sum of RGB (Red+Green+Blue) = 128+175+190=493 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.96% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #80AFBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AFBE is #7F5041. Grayscale: #A2A2A2. Windows color (decimal): -8343618 or 12496768. OLE color: 12496768.

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

Color convert

RGB128175190-
CMYK0.330.0800.25
HSL194.52º32.29%62.35%-
HSV(B)194.52º32.63%74.51%-
XYZ33.5338.9754.47-
YUV162.66143.43103.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.96%
GREEN value IS 175 (68.75% from 255) = 35.50%
BLUE value IS 190 (74.61% from 255) = 38.54%
R=25.96%
G=35.50%
B=38.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281751900.330.0800.25194.5232.2962.35
Hex80AFBE218019c3203e
Octal20025727641100313034076
Binary100000001010111110111110100001100001100111000011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,175,190); }

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

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

 a { background-color: rgb(128,175,190); }

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

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

 span { border-color: rgb(128,175,190); }

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