#81A6CD

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

Shades of Polo Blue #81A6CD

Tints of Polo Blue #81A6CD

Color information

#81A6CD (or 0x81A6CD) is unknown color: approx Polo Blue. HEX triplet: 81, A6 and CD. RGB value is (129,166,205). Sum of RGB (Red+Green+Blue) = 129+166+205=500 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.8% from 500); Green value is 166 (65.23% from 255 or 33.2% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #81A6CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A6CD is #7E5932. Grayscale: #9F9F9F. Windows color (decimal): -8280371 or 13477505. OLE color: 13477505.

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

Color convert

RGB129166205-
CMYK0.370.1900.20
HSL210.79º43.18%65.49%-
HSV(B)210.79º37.07%80.39%-
XYZ33.7136.3563-
YUV159.38153.74106.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.8%
GREEN value IS 166 (65.23% from 255) = 33.2%
BLUE value IS 205 (80.47% from 255) = 41%
R=25.8%
G=33.2%
B=41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1291662050.370.1900.20210.7943.1865.49
Hex81A6CD2513014d32b41
Octal201246315452302432353101
Binary10000001101001101100110110010110011010100110100111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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