#80AFBF

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

Shades of Glacier #80AFBF

Tints of Glacier #80AFBF

Color information

#80AFBF (or 0x80AFBF) is unknown color: approx Glacier. HEX triplet: 80, AF and BF. RGB value is (128,175,191). Sum of RGB (Red+Green+Blue) = 128+175+191=494 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.91% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 191 - color contains mainly: blue. Hex color #80AFBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AFBF is #7F5040. Grayscale: #A2A2A2. Windows color (decimal): -8343617 or 12562304. OLE color: 12562304.

HSL color Cylindrical-coordinate representation of color #80AFBF: hue angle of 195.24º degrees, saturation: 0.33, 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 #80AFBF is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB128175191-
CMYK0.330.0800.25
HSL195.24º32.98%62.55%-
HSV(B)195.24º32.98%74.9%-
XYZ33.6439.0155.05-
YUV162.77143.93103.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.91%
GREEN value IS 175 (68.75% from 255) = 35.43%
BLUE value IS 191 (75% from 255) = 38.66%
R=25.91%
G=35.43%
B=38.66%

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
Decimal1281751910.330.0800.25195.2432.9862.55
Hex80AFBF218019c3213f
Octal20025727741100313034177
Binary100000001010111110111111100001100001100111000011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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