#80ABD3

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

Shades of Polo Blue #80ABD3

Tints of Polo Blue #80ABD3

Color information

#80ABD3 (or 0x80ABD3) is unknown color: approx Polo Blue. HEX triplet: 80, AB and D3. RGB value is (128,171,211). Sum of RGB (Red+Green+Blue) = 128+171+211=510 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.10% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 211 (82.81% from 255 or 41.37% from 510); Max value from RGB is 211 - color contains mainly: blue. Hex color #80ABD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ABD3 is #7F542C. Grayscale: #A2A2A2. Windows color (decimal): -8344621 or 13872000. OLE color: 13872000.

HSL color Cylindrical-coordinate representation of color #80ABD3: hue angle of 208.92º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80ABD3 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB128171211-
CMYK0.390.1900.17
HSL208.92º48.54%66.47%-
HSV(B)208.92º39.34%82.75%-
XYZ35.2238.4267.19-
YUV162.7155.25103.25-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.10%
GREEN value IS 171 (67.19% from 255) = 33.53%
BLUE value IS 211 (82.81% from 255) = 41.37%
R=25.10%
G=33.53%
B=41.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1281712110.390.1900.17208.9248.5466.47
Hex80ABD32713011d13142
Octal200253323472302132161102
Binary10000000101010111101001110011110011010001110100011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ABD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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