#86AACE

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

Shades of Polo Blue #86AACE

Tints of Polo Blue #86AACE

Color information

#86AACE (or 0x86AACE) is unknown color: approx Polo Blue. HEX triplet: 86, AA and CE. RGB value is (134,170,206). Sum of RGB (Red+Green+Blue) = 134+170+206=510 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.27% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #86AACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AACE is #795531. Grayscale: #A3A3A3. Windows color (decimal): -7951666 or 13544070. OLE color: 13544070.

HSL color Cylindrical-coordinate representation of color #86AACE: hue angle of 210º 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 #86AACE is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB134170206-
CMYK0.350.1700.19
HSL210º42.35%66.67%-
HSV(B)210º34.95%80.78%-
XYZ35.3538.2763.92-
YUV163.34152.07107.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.27%
GREEN value IS 170 (66.80% from 255) = 33.33%
BLUE value IS 206 (80.86% from 255) = 40.39%
R=26.27%
G=33.33%
B=40.39%

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
Decimal1341702060.350.1700.1921042.3566.67
Hex86AACE2311013d22a43
Octal206252316432102332252103
Binary10000110101010101100111010001110001010011110100101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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