#80ACC9

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

Shades of Polo Blue #80ACC9

Tints of Polo Blue #80ACC9

Color information

#80ACC9 (or 0x80ACC9) is unknown color: approx Polo Blue. HEX triplet: 80, AC and C9. RGB value is (128,172,201). Sum of RGB (Red+Green+Blue) = 128+172+201=501 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.55% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 201 - color contains mainly: blue. Hex color #80ACC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ACC9 is #7F5336. Grayscale: #A1A1A1. Windows color (decimal): -8344375 or 13216896. OLE color: 13216896.

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

Color convert

RGB128172201-
CMYK0.360.1400.21
HSL203.84º40.33%64.51%-
HSV(B)203.84º36.32%78.82%-
XYZ34.238.3160.85-
YUV162.15149.92103.64-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.55%
GREEN value IS 172 (67.58% from 255) = 34.33%
BLUE value IS 201 (78.91% from 255) = 40.12%
R=25.55%
G=34.33%
B=40.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1281722010.360.1400.21203.8440.3364.51
Hex80ACC924E015cc2841
Octal200254311441602531450101
Binary1000000010101100110010011001001110010101110011001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ACC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,172,201); }

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

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

 a { background-color: rgb(128,172,201); }

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

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

 span { border-color: rgb(128,172,201); }

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