#86A7CB

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

Shades of Polo Blue #86A7CB

Tints of Polo Blue #86A7CB

Color information

#86A7CB (or 0x86A7CB) is unknown color: approx Polo Blue. HEX triplet: 86, A7 and CB. RGB value is (134,167,203). Sum of RGB (Red+Green+Blue) = 134+167+203=504 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.59% from 504); Green value is 167 (65.62% from 255 or 33.13% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #86A7CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A7CB is #795834. Grayscale: #A1A1A1. Windows color (decimal): -7952437 or 13346694. OLE color: 13346694.

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

Color convert

RGB134167203-
CMYK0.340.1800.20
HSL211.3º39.88%66.08%-
HSV(B)211.3º33.99%79.61%-
XYZ34.4337.0261.83-
YUV161.24151.57108.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.59%
GREEN value IS 167 (65.62% from 255) = 33.13%
BLUE value IS 203 (79.69% from 255) = 40.28%
R=26.59%
G=33.13%
B=40.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1341672030.340.1800.20211.339.8866.08
Hex86A7CB2212014d32842
Octal206247313422202432350102
Binary10000110101001111100101110001010010010100110100111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,167,203); }

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

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

 a { background-color: rgb(134,167,203); }

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

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

 span { border-color: rgb(134,167,203); }

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