#81AAC6

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

Shades of Polo Blue #81AAC6

Tints of Polo Blue #81AAC6

Color information

#81AAC6 (or 0x81AAC6) is unknown color: approx Polo Blue. HEX triplet: 81, AA and C6. RGB value is (129,170,198). Sum of RGB (Red+Green+Blue) = 129+170+198=497 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.96% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 198 (77.73% from 255 or 39.84% from 497); Max value from RGB is 198 - color contains mainly: blue. Hex color #81AAC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AAC6 is #7E5539. Grayscale: #A0A0A0. Windows color (decimal): -8279354 or 13019777. OLE color: 13019777.

HSL color Cylindrical-coordinate representation of color #81AAC6: hue angle of 204.35º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #81AAC6 is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB129170198-
CMYK0.350.1400.22
HSL204.35º37.7%64.12%-
HSV(B)204.35º34.85%77.65%-
XYZ33.6237.4958.89-
YUV160.93148.92105.22-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.96%
GREEN value IS 170 (66.80% from 255) = 34.21%
BLUE value IS 198 (77.73% from 255) = 39.84%
R=25.96%
G=34.21%
B=39.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1291701980.350.1400.22204.3537.764.12
Hex81AAC623E016cc2640
Octal201252306431602631446100
Binary1000000110101010110001101000111110010110110011001001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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