#81A1D3

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

Shades of Polo Blue #81A1D3

Tints of Polo Blue #81A1D3

Color information

#81A1D3 (or 0x81A1D3) is unknown color: approx Polo Blue. HEX triplet: 81, A1 and D3. RGB value is (129,161,211). Sum of RGB (Red+Green+Blue) = 129+161+211=501 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.75% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 211 (82.81% from 255 or 42.12% from 501); Max value from RGB is 211 - color contains mainly: blue. Hex color #81A1D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A1D3 is #7E5E2C. Grayscale: #9C9C9C. Windows color (decimal): -8281645 or 13869441. OLE color: 13869441.

HSL color Cylindrical-coordinate representation of color #81A1D3: hue angle of 216.59º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81A1D3 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB129161211-
CMYK0.390.2400.17
HSL216.59º48.24%66.67%-
HSV(B)216.59º38.86%82.75%-
XYZ33.5634.8666.59-
YUV157.13158.4107.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.75%
GREEN value IS 161 (63.28% from 255) = 32.14%
BLUE value IS 211 (82.81% from 255) = 42.12%
R=25.75%
G=32.14%
B=42.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1291612110.390.2400.17216.5948.2466.67
Hex81A1D32718011d93043
Octal201241323473002133160103
Binary10000001101000011101001110011111000010001110110011100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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