#81AACA

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

Shades of Polo Blue #81AACA

Tints of Polo Blue #81AACA

Color information

#81AACA (or 0x81AACA) is unknown color: approx Polo Blue. HEX triplet: 81, AA and CA. RGB value is (129,170,202). Sum of RGB (Red+Green+Blue) = 129+170+202=501 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.75% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #81AACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AACA is #7E5535. Grayscale: #A1A1A1. Windows color (decimal): -8279350 or 13281921. OLE color: 13281921.

HSL color Cylindrical-coordinate representation of color #81AACA: hue angle of 206.3º degrees, saturation: 0.41, 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 #81AACA is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB129170202-
CMYK0.360.1600.21
HSL206.3º40.78%64.9%-
HSV(B)206.3º36.14%79.22%-
XYZ34.0937.6861.35-
YUV161.39150.92104.9-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.75%
GREEN value IS 170 (66.80% from 255) = 33.93%
BLUE value IS 202 (79.30% from 255) = 40.32%
R=25.75%
G=33.93%
B=40.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1291702020.360.1600.21206.340.7864.9
Hex81AACA2410015ce2941
Octal201252312442002531651101
Binary10000001101010101100101010010010000010101110011101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81AACA; }

 p { color: rgb(129,170,202); }

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

<style>
 a { background-color: #81AACA; }

 a { background-color: rgb(129,170,202); }

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

<style>
 span { border-color: #81AACA; }

 span { border-color: rgb(129,170,202); }

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