#81A0C9

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

Shades of Polo Blue #81A0C9

Tints of Polo Blue #81A0C9

Color information

#81A0C9 (or 0x81A0C9) is unknown color: approx Polo Blue. HEX triplet: 81, A0 and C9. RGB value is (129,160,201). Sum of RGB (Red+Green+Blue) = 129+160+201=490 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.33% from 490); Green value is 160 (62.89% from 255 or 32.65% from 490); Blue value is 201 (78.91% from 255 or 41.02% from 490); Max value from RGB is 201 - color contains mainly: blue. Hex color #81A0C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A0C9 is #7E5F36. Grayscale: #9B9B9B. Windows color (decimal): -8281911 or 13213825. OLE color: 13213825.

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

Color convert

RGB129160201-
CMYK0.360.2000.21
HSL214.17º40%64.71%-
HSV(B)214.17º35.82%78.82%-
XYZ32.1734.0360.13-
YUV155.4153.73109.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.33%
GREEN value IS 160 (62.89% from 255) = 32.65%
BLUE value IS 201 (78.91% from 255) = 41.02%
R=26.33%
G=32.65%
B=41.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1291602010.360.2000.21214.174064.71
Hex81A0C92414015d62841
Octal201240311442402532650101
Binary10000001101000001100100110010010100010101110101101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,160,201); }

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

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

 a { background-color: rgb(129,160,201); }

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

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

 span { border-color: rgb(129,160,201); }

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