#86A2CC

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

Shades of Polo Blue #86A2CC

Tints of Polo Blue #86A2CC

Color information

#86A2CC (or 0x86A2CC) is unknown color: approx Polo Blue. HEX triplet: 86, A2 and CC. RGB value is (134,162,204). Sum of RGB (Red+Green+Blue) = 134+162+204=500 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.8% from 500); Green value is 162 (63.67% from 255 or 32.4% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #86A2CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A2CC is #795D33. Grayscale: #9E9E9E. Windows color (decimal): -7953716 or 13410950. OLE color: 13410950.

HSL color Cylindrical-coordinate representation of color #86A2CC: hue angle of 216º degrees, saturation: 0.41, 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 #86A2CC is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB134162204-
CMYK0.340.2100.2
HSL216º40.7%66.27%-
HSV(B)216º34.31%80%-
XYZ33.6535.2762.16-
YUV158.42153.72110.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.8%
GREEN value IS 162 (63.67% from 255) = 32.4%
BLUE value IS 204 (80.08% from 255) = 40.8%
R=26.8%
G=32.4%
B=40.8%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1341622040.340.2100.221640.766.27
Hex86A2CC2215014d82942
Octal206242314422502433051102
Binary10000110101000101100110010001010101010100110110001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,162,204); }

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

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

 a { background-color: rgb(134,162,204); }

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

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

 span { border-color: rgb(134,162,204); }

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