#80ABD1

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

Shades of Polo Blue #80ABD1

Tints of Polo Blue #80ABD1

Color information

#80ABD1 (or 0x80ABD1) is unknown color: approx Polo Blue. HEX triplet: 80, AB and D1. RGB value is (128,171,209). Sum of RGB (Red+Green+Blue) = 128+171+209=508 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.20% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 209 (82.03% from 255 or 41.14% from 508); Max value from RGB is 209 - color contains mainly: blue. Hex color #80ABD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ABD1 is #7F542E. Grayscale: #A2A2A2. Windows color (decimal): -8344623 or 13740928. OLE color: 13740928.

HSL color Cylindrical-coordinate representation of color #80ABD1: hue angle of 208.15º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80ABD1 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB128171209-
CMYK0.390.1800.18
HSL208.15º46.82%66.08%-
HSV(B)208.15º38.76%81.96%-
XYZ34.9738.3265.87-
YUV162.48154.25103.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.20%
GREEN value IS 171 (67.19% from 255) = 33.66%
BLUE value IS 209 (82.03% from 255) = 41.14%
R=25.20%
G=33.66%
B=41.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1281712090.390.1800.18208.1546.8266.08
Hex80ABD12712012d02f42
Octal200253321472202232057102
Binary10000000101010111101000110011110010010010110100001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ABD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,171,209); }

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

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

 a { background-color: rgb(128,171,209); }

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

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

 span { border-color: rgb(128,171,209); }

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