#80B0BF

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

Shades of Glacier #80B0BF

Tints of Glacier #80B0BF

Color information

#80B0BF (or 0x80B0BF) is unknown color: approx Glacier. HEX triplet: 80, B0 and BF. RGB value is (128,176,191). Sum of RGB (Red+Green+Blue) = 128+176+191=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 191 - color contains mainly: blue. Hex color #80B0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80B0BF is #7F4F40. Grayscale: #A3A3A3. Windows color (decimal): -8343361 or 12562560. OLE color: 12562560.

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

Color convert

RGB128176191-
CMYK0.330.0800.25
HSL194.29º32.98%62.55%-
HSV(B)194.29º32.98%74.9%-
XYZ33.8339.455.11-
YUV163.36143.6102.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.86%
GREEN value IS 176 (69.14% from 255) = 35.56%
BLUE value IS 191 (75% from 255) = 38.59%
R=25.86%
G=35.56%
B=38.59%

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
Decimal1281761910.330.0800.25194.2932.9862.55
Hex80B0BF218019c2213f
Octal20026027741100313024177
Binary100000001011000010111111100001100001100111000010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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