#81A1C2

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

Shades of Polo Blue #81A1C2

Tints of Polo Blue #81A1C2

Color information

#81A1C2 (or 0x81A1C2) is unknown color: approx Polo Blue. HEX triplet: 81, A1 and C2. RGB value is (129,161,194). Sum of RGB (Red+Green+Blue) = 129+161+194=484 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.65% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 194 (76.17% from 255 or 40.08% from 484); Max value from RGB is 194 - color contains mainly: blue. Hex color #81A1C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A1C2 is #7E5E3D. Grayscale: #9B9B9B. Windows color (decimal): -8281662 or 12755329. OLE color: 12755329.

HSL color Cylindrical-coordinate representation of color #81A1C2: hue angle of 210.46º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #81A1C2 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB129161194-
CMYK0.340.1700.24
HSL210.46º34.76%63.33%-
HSV(B)210.46º33.51%76.08%-
XYZ31.5434.0555.95-
YUV155.19149.9109.32-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.65%
GREEN value IS 161 (63.28% from 255) = 33.26%
BLUE value IS 194 (76.17% from 255) = 40.08%
R=26.65%
G=33.26%
B=40.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1291611940.340.1700.24210.4634.7663.33
Hex81A1C22211018d2233f
Octal20124130242210303224377
Binary1000000110100001110000101000101000101100011010010100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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