#80A1BF

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

Shades of Polo Blue #80A1BF

Tints of Polo Blue #80A1BF

Color information

#80A1BF (or 0x80A1BF) is unknown color: approx Polo Blue. HEX triplet: 80, A1 and BF. RGB value is (128,161,191). Sum of RGB (Red+Green+Blue) = 128+161+191=480 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.67% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 191 - color contains mainly: blue. Hex color #80A1BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A1BF is #7F5E40. Grayscale: #9A9A9A. Windows color (decimal): -8347201 or 12558720. OLE color: 12558720.

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

Color convert

RGB128161191-
CMYK0.330.1600.25
HSL208.57º32.98%62.55%-
HSV(B)208.57º32.98%74.9%-
XYZ31.0533.8454.19-
YUV154.55148.57109.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.67%
GREEN value IS 161 (63.28% from 255) = 33.54%
BLUE value IS 191 (75% from 255) = 39.79%
R=26.67%
G=33.54%
B=39.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281611910.330.1600.25208.5732.9862.55
Hex80A1BF2110019d1213f
Octal20024127741200313214177
Binary1000000010100001101111111000011000001100111010001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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