#80ABC8

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

Shades of Polo Blue #80ABC8

Tints of Polo Blue #80ABC8

Color information

#80ABC8 (or 0x80ABC8) is unknown color: approx Polo Blue. HEX triplet: 80, AB and C8. RGB value is (128,171,200). Sum of RGB (Red+Green+Blue) = 128+171+200=499 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.65% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 200 (78.52% from 255 or 40.08% from 499); Max value from RGB is 200 - color contains mainly: blue. Hex color #80ABC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ABC8 is #7F5437. Grayscale: #A1A1A1. Windows color (decimal): -8344632 or 13151104. OLE color: 13151104.

HSL color Cylindrical-coordinate representation of color #80ABC8: hue angle of 204.17º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80ABC8 is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB128171200-
CMYK0.360.1400.22
HSL204.17º39.56%64.31%-
HSV(B)204.17º36%78.43%-
XYZ33.8937.8960.17-
YUV161.45149.75104.14-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.65%
GREEN value IS 171 (67.19% from 255) = 34.27%
BLUE value IS 200 (78.52% from 255) = 40.08%
R=25.65%
G=34.27%
B=40.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1281712000.360.1400.22204.1739.5664.31
Hex80ABC824E016cc2840
Octal200253310441602631450100
Binary1000000010101011110010001001001110010110110011001010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ABC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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