#86A5C8

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

Shades of Polo Blue #86A5C8

Tints of Polo Blue #86A5C8

Color information

#86A5C8 (or 0x86A5C8) is unknown color: approx Polo Blue. HEX triplet: 86, A5 and C8. RGB value is (134,165,200). Sum of RGB (Red+Green+Blue) = 134+165+200=499 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.85% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 200 (78.52% from 255 or 40.08% from 499); Max value from RGB is 200 - color contains mainly: blue. Hex color #86A5C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A5C8 is #795A37. Grayscale: #9F9F9F. Windows color (decimal): -7952952 or 13149574. OLE color: 13149574.

HSL color Cylindrical-coordinate representation of color #86A5C8: hue angle of 211.82º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #86A5C8 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB134165200-
CMYK0.330.1800.22
HSL211.82º37.5%65.49%-
HSV(B)211.82º33%78.43%-
XYZ33.7136.1559.84-
YUV159.72150.73109.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.85%
GREEN value IS 165 (64.84% from 255) = 33.07%
BLUE value IS 200 (78.52% from 255) = 40.08%
R=26.85%
G=33.07%
B=40.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1341652000.330.1800.22211.8237.565.49
Hex86A5C82112016d42541
Octal206245310412202632445101
Binary10000110101001011100100010000110010010110110101001001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,165,200); }

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

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

 a { background-color: rgb(134,165,200); }

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

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

 span { border-color: rgb(134,165,200); }

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