#86A1CD

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

Shades of Polo Blue #86A1CD

Tints of Polo Blue #86A1CD

Color information

#86A1CD (or 0x86A1CD) is unknown color: approx Polo Blue. HEX triplet: 86, A1 and CD. RGB value is (134,161,205). Sum of RGB (Red+Green+Blue) = 134+161+205=500 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.8% from 500); Green value is 161 (63.28% from 255 or 32.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 #86A1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A1CD is #795E32. Grayscale: #9D9D9D. Windows color (decimal): -7953971 or 13476230. OLE color: 13476230.

HSL color Cylindrical-coordinate representation of color #86A1CD: hue angle of 217.18º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86A1CD is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB134161205-
CMYK0.350.2100.20
HSL217.18º41.52%66.47%-
HSV(B)217.18º34.63%80.39%-
XYZ33.634.9762.74-
YUV157.94154.55110.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.8%
GREEN value IS 161 (63.28% from 255) = 32.2%
BLUE value IS 205 (80.47% from 255) = 41%
R=26.8%
G=32.2%
B=41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1341612050.350.2100.20217.1841.5266.47
Hex86A1CD2315014d92a42
Octal206241315432502433152102
Binary10000110101000011100110110001110101010100110110011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86A1CD; }

 p { color: rgb(134,161,205); }

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

<style>
 a { background-color: #86A1CD; }

 a { background-color: rgb(134,161,205); }

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

<style>
 span { border-color: #86A1CD; }

 span { border-color: rgb(134,161,205); }

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