#86ACD0

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

Shades of Polo Blue #86ACD0

Tints of Polo Blue #86ACD0

Color information

#86ACD0 (or 0x86ACD0) is unknown color: approx Polo Blue. HEX triplet: 86, AC and D0. RGB value is (134,172,208). Sum of RGB (Red+Green+Blue) = 134+172+208=514 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.07% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 208 - color contains mainly: blue. Hex color #86ACD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ACD0 is #79532F. Grayscale: #A4A4A4. Windows color (decimal): -7951152 or 13675654. OLE color: 13675654.

HSL color Cylindrical-coordinate representation of color #86ACD0: hue angle of 209.19º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86ACD0 is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB134172208-
CMYK0.360.1700.18
HSL209.19º44.05%67.06%-
HSV(B)209.19º35.58%81.57%-
XYZ35.9739.1365.33-
YUV164.74152.41106.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.07%
GREEN value IS 172 (67.58% from 255) = 33.46%
BLUE value IS 208 (81.64% from 255) = 40.47%
R=26.07%
G=33.46%
B=40.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1341722080.360.1700.18209.1944.0567.06
Hex86ACD02411012d12c43
Octal206254320442102232154103
Binary10000110101011001101000010010010001010010110100011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ACD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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