#81A1CB

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

Shades of Polo Blue #81A1CB

Tints of Polo Blue #81A1CB

Color information

#81A1CB (or 0x81A1CB) is unknown color: approx Polo Blue. HEX triplet: 81, A1 and CB. RGB value is (129,161,203). Sum of RGB (Red+Green+Blue) = 129+161+203=493 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.17% from 493); Green value is 161 (63.28% from 255 or 32.66% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #81A1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A1CB is #7E5E34. Grayscale: #9C9C9C. Windows color (decimal): -8281653 or 13345153. OLE color: 13345153.

HSL color Cylindrical-coordinate representation of color #81A1CB: hue angle of 214.05º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81A1CB is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB129161203-
CMYK0.360.2100.20
HSL214.05º41.57%65.1%-
HSV(B)214.05º36.45%79.61%-
XYZ32.5834.4761.44-
YUV156.22154.4108.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.17%
GREEN value IS 161 (63.28% from 255) = 32.66%
BLUE value IS 203 (79.69% from 255) = 41.18%
R=26.17%
G=32.66%
B=41.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1291612030.360.2100.20214.0541.5765.1
Hex81A1CB2415014d62a41
Octal201241313442502432652101
Binary10000001101000011100101110010010101010100110101101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,161,203); }

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

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

 a { background-color: rgb(129,161,203); }

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

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

 span { border-color: rgb(129,161,203); }

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