#86ACCE

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

Shades of Polo Blue #86ACCE

Tints of Polo Blue #86ACCE

Color information

#86ACCE (or 0x86ACCE) is unknown color: approx Polo Blue. HEX triplet: 86, AC and CE. RGB value is (134,172,206). Sum of RGB (Red+Green+Blue) = 134+172+206=512 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.17% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #86ACCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ACCE is #795331. Grayscale: #A4A4A4. Windows color (decimal): -7951154 or 13544582. OLE color: 13544582.

HSL color Cylindrical-coordinate representation of color #86ACCE: hue angle of 208.33º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86ACCE is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB134172206-
CMYK0.350.1700.19
HSL208.33º42.35%66.67%-
HSV(B)208.33º34.95%80.78%-
XYZ35.7239.0364.04-
YUV164.51151.41106.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.17%
GREEN value IS 172 (67.58% from 255) = 33.59%
BLUE value IS 206 (80.86% from 255) = 40.23%
R=26.17%
G=33.59%
B=40.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1341722060.350.1700.19208.3342.3566.67
Hex86ACCE2311013d02a43
Octal206254316432102332052103
Binary10000110101011001100111010001110001010011110100001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ACCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,172,206); }

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

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

 a { background-color: rgb(134,172,206); }

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

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

 span { border-color: rgb(134,172,206); }

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