#81A5CD

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

Shades of Polo Blue #81A5CD

Tints of Polo Blue #81A5CD

Color information

#81A5CD (or 0x81A5CD) is unknown color: approx Polo Blue. HEX triplet: 81, A5 and CD. RGB value is (129,165,205). Sum of RGB (Red+Green+Blue) = 129+165+205=499 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.85% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #81A5CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A5CD is #7E5A32. Grayscale: #9E9E9E. Windows color (decimal): -8280627 or 13477249. OLE color: 13477249.

HSL color Cylindrical-coordinate representation of color #81A5CD: hue angle of 211.58º 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 #81A5CD is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB129165205-
CMYK0.370.2000.20
HSL211.58º43.18%65.49%-
HSV(B)211.58º37.07%80.39%-
XYZ33.5335.9962.94-
YUV158.8154.07106.75-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.85%
GREEN value IS 165 (64.84% from 255) = 33.07%
BLUE value IS 205 (80.47% from 255) = 41.08%
R=25.85%
G=33.07%
B=41.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1291652050.370.2000.20211.5843.1865.49
Hex81A5CD2514014d42b41
Octal201245315452402432453101
Binary10000001101001011100110110010110100010100110101001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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