#81AACC

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

Shades of Polo Blue #81AACC

Tints of Polo Blue #81AACC

Color information

#81AACC (or 0x81AACC) is unknown color: approx Polo Blue. HEX triplet: 81, AA and CC. RGB value is (129,170,204). Sum of RGB (Red+Green+Blue) = 129+170+204=503 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.65% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #81AACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AACC is #7E5533. Grayscale: #A1A1A1. Windows color (decimal): -8279348 or 13412993. OLE color: 13412993.

HSL color Cylindrical-coordinate representation of color #81AACC: hue angle of 207.2º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81AACC is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB129170204-
CMYK0.370.1700.2
HSL207.2º42.37%65.29%-
HSV(B)207.2º36.76%80%-
XYZ34.3337.7862.61-
YUV161.62151.92104.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.65%
GREEN value IS 170 (66.80% from 255) = 33.80%
BLUE value IS 204 (80.08% from 255) = 40.56%
R=25.65%
G=33.80%
B=40.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1291702040.370.1700.2207.242.3765.29
Hex81AACC2511014cf2a41
Octal201252314452102431752101
Binary10000001101010101100110010010110001010100110011111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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