#81A0C8

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

Shades of Polo Blue #81A0C8

Tints of Polo Blue #81A0C8

Color information

#81A0C8 (or 0x81A0C8) is unknown color: approx Polo Blue. HEX triplet: 81, A0 and C8. RGB value is (129,160,200). Sum of RGB (Red+Green+Blue) = 129+160+200=489 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.38% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 200 (78.52% from 255 or 40.90% from 489); Max value from RGB is 200 - color contains mainly: blue. Hex color #81A0C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A0C8 is #7E5F37. Grayscale: #9B9B9B. Windows color (decimal): -8281912 or 13148289. OLE color: 13148289.

HSL color Cylindrical-coordinate representation of color #81A0C8: hue angle of 213.8º 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 #81A0C8 is Cyan = 0.36, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB129160200-
CMYK0.360.200.22
HSL213.8º39.23%64.51%-
HSV(B)213.8º35.5%78.43%-
XYZ32.0533.9859.51-
YUV155.29153.23109.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.38%
GREEN value IS 160 (62.89% from 255) = 32.72%
BLUE value IS 200 (78.52% from 255) = 40.90%
R=26.38%
G=32.72%
B=40.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1291602000.360.200.22213.839.2364.51
Hex81A0C82414016d62741
Octal201240310442402632647101
Binary10000001101000001100100010010010100010110110101101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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