#80A4C0

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

Shades of Polo Blue #80A4C0

Tints of Polo Blue #80A4C0

Color information

#80A4C0 (or 0x80A4C0) is unknown color: approx Polo Blue. HEX triplet: 80, A4 and C0. RGB value is (128,164,192). Sum of RGB (Red+Green+Blue) = 128+164+192=484 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.45% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 192 (75.39% from 255 or 39.67% from 484); Max value from RGB is 192 - color contains mainly: blue. Hex color #80A4C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A4C0 is #7F5B3F. Grayscale: #9C9C9C. Windows color (decimal): -8346432 or 12625024. OLE color: 12625024.

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

Color convert

RGB128164192-
CMYK0.330.1500.25
HSL206.25º33.68%62.75%-
HSV(B)206.25º33.33%75.29%-
XYZ31.6934.9554.94-
YUV156.43148.07107.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.45%
GREEN value IS 164 (64.45% from 255) = 33.88%
BLUE value IS 192 (75.39% from 255) = 39.67%
R=26.45%
G=33.88%
B=39.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281641920.330.1500.25206.2533.6862.75
Hex80A4C021F019ce223f
Octal20024430041170313164277
Binary100000001010010011000000100001111101100111001110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,164,192); }

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

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

 a { background-color: rgb(128,164,192); }

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

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

 span { border-color: rgb(128,164,192); }

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