#86ACCB

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

Shades of Polo Blue #86ACCB

Tints of Polo Blue #86ACCB

Color information

#86ACCB (or 0x86ACCB) is unknown color: approx Polo Blue. HEX triplet: 86, AC and CB. RGB value is (134,172,203). Sum of RGB (Red+Green+Blue) = 134+172+203=509 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.33% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #86ACCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ACCB is #795334. Grayscale: #A4A4A4. Windows color (decimal): -7951157 or 13347974. OLE color: 13347974.

HSL color Cylindrical-coordinate representation of color #86ACCB: hue angle of 206.96º 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 #86ACCB is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB134172203-
CMYK0.340.1500.20
HSL206.96º39.88%66.08%-
HSV(B)206.96º33.99%79.61%-
XYZ35.3638.8962.14-
YUV164.17149.91106.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.33%
GREEN value IS 172 (67.58% from 255) = 33.79%
BLUE value IS 203 (79.69% from 255) = 39.88%
R=26.33%
G=33.79%
B=39.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1341722030.340.1500.20206.9639.8866.08
Hex86ACCB22F014cf2842
Octal206254313421702431750102
Binary1000011010101100110010111000101111010100110011111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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