#86A8C9

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

Shades of Polo Blue #86A8C9

Tints of Polo Blue #86A8C9

Color information

#86A8C9 (or 0x86A8C9) is unknown color: approx Polo Blue. HEX triplet: 86, A8 and C9. RGB value is (134,168,201). Sum of RGB (Red+Green+Blue) = 134+168+201=503 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.64% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 201 (78.91% from 255 or 39.96% from 503); Max value from RGB is 201 - color contains mainly: blue. Hex color #86A8C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A8C9 is #795736. Grayscale: #A1A1A1. Windows color (decimal): -7952183 or 13215878. OLE color: 13215878.

HSL color Cylindrical-coordinate representation of color #86A8C9: hue angle of 209.55º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #86A8C9 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB134168201-
CMYK0.330.1600.21
HSL209.55º38.29%65.69%-
HSV(B)209.55º33.33%78.82%-
XYZ34.3837.2960.64-
YUV161.6150.24108.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.64%
GREEN value IS 168 (66.02% from 255) = 33.40%
BLUE value IS 201 (78.91% from 255) = 39.96%
R=26.64%
G=33.40%
B=39.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1341682010.330.1600.21209.5538.2965.69
Hex86A8C92110015d22642
Octal206250311412002532246102
Binary10000110101010001100100110000110000010101110100101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,168,201); }

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

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

 a { background-color: rgb(134,168,201); }

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

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

 span { border-color: rgb(134,168,201); }

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