#80AACD

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

Shades of Polo Blue #80AACD

Tints of Polo Blue #80AACD

Color information

#80AACD (or 0x80AACD) is unknown color: approx Polo Blue. HEX triplet: 80, AA and CD. RGB value is (128,170,205). Sum of RGB (Red+Green+Blue) = 128+170+205=503 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.45% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #80AACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AACD is #7F5532. Grayscale: #A1A1A1. Windows color (decimal): -8344883 or 13478528. OLE color: 13478528.

HSL color Cylindrical-coordinate representation of color #80AACD: hue angle of 207.27º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80AACD is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB128170205-
CMYK0.380.1700.20
HSL207.27º43.5%65.29%-
HSV(B)207.27º37.56%80.39%-
XYZ34.337.7563.24-
YUV161.43152.59104.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.45%
GREEN value IS 170 (66.80% from 255) = 33.80%
BLUE value IS 205 (80.47% from 255) = 40.76%
R=25.45%
G=33.80%
B=40.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281702050.380.1700.20207.2743.565.29
Hex80AACD2611014cf2c41
Octal200252315462102431754101
Binary10000000101010101100110110011010001010100110011111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,170,205); }

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

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

 a { background-color: rgb(128,170,205); }

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

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

 span { border-color: rgb(128,170,205); }

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