#81AACD

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

Shades of Polo Blue #81AACD

Tints of Polo Blue #81AACD

Color information

#81AACD (or 0x81AACD) is unknown color: approx Polo Blue. HEX triplet: 81, AA and CD. RGB value is (129,170,205). Sum of RGB (Red+Green+Blue) = 129+170+205=504 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.60% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #81AACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AACD is #7E5532. Grayscale: #A1A1A1. Windows color (decimal): -8279347 or 13478529. OLE color: 13478529.

HSL color Cylindrical-coordinate representation of color #81AACD: hue angle of 207.63º degrees, saturation: 0.43, 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 #81AACD is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB129170205-
CMYK0.370.1700.20
HSL207.63º43.18%65.49%-
HSV(B)207.63º37.07%80.39%-
XYZ34.4537.8263.24-
YUV161.73152.42104.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.60%
GREEN value IS 170 (66.80% from 255) = 33.73%
BLUE value IS 205 (80.47% from 255) = 40.67%
R=25.60%
G=33.73%
B=40.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1291702050.370.1700.20207.6343.1865.49
Hex81AACD2511014d02b41
Octal201252315452102432053101
Binary10000001101010101100110110010110001010100110100001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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