#81A0CD

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

Shades of Polo Blue #81A0CD

Tints of Polo Blue #81A0CD

Color information

#81A0CD (or 0x81A0CD) is unknown color: approx Polo Blue. HEX triplet: 81, A0 and CD. RGB value is (129,160,205). Sum of RGB (Red+Green+Blue) = 129+160+205=494 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.11% from 494); Green value is 160 (62.89% from 255 or 32.39% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #81A0CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A0CD is #7E5F32. Grayscale: #9B9B9B. Windows color (decimal): -8281907 or 13475969. OLE color: 13475969.

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

Color convert

RGB129160205-
CMYK0.370.2200.20
HSL215.53º43.18%65.49%-
HSV(B)215.53º37.07%80.39%-
XYZ32.6434.2262.64-
YUV155.86155.73108.84-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.11%
GREEN value IS 160 (62.89% from 255) = 32.39%
BLUE value IS 205 (80.47% from 255) = 41.50%
R=26.11%
G=32.39%
B=41.50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1291602050.370.2200.20215.5343.1865.49
Hex81A0CD2516014d82b41
Octal201240315452602433053101
Binary10000001101000001100110110010110110010100110110001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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