#81aac8

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

Shades of Polo Blue #81AAC8

Tints of Polo Blue #81AAC8

Color information

#81AAC8 (or 0x81AAC8) is unknown color: approx Polo Blue. HEX triplet: 81, AA and C8. RGB value is (129,170,200). Sum of RGB (Red+Green+Blue) = 129+170+200=499 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.85% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 200 (78.52% from 255 or 40.08% from 499); Max value from RGB is 200 - color contains mainly: blue. Hex color #81AAC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AAC8 is #7E5537. Grayscale: #A1A1A1. Windows color (decimal): -8279352 or 13150849. OLE color: 13150849.

HSL color Cylindrical-coordinate representation of color #81AAC8: hue angle of 205.35º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #81AAC8 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB129170200-
CMYK0.360.1500.22
HSL205.35º39.23%64.51%-
HSV(B)205.35º35.5%78.43%-
XYZ33.8537.5960.11-
YUV161.16149.92105.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.85%
GREEN value IS 170 (66.80% from 255) = 34.07%
BLUE value IS 200 (78.52% from 255) = 40.08%
R=25.85%
G=34.07%
B=40.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1291702000.360.1500.22205.3539.2364.51
Hex81AAC824F016cd2741
Octal201252310441702631547101
Binary1000000110101010110010001001001111010110110011011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81aac8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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