#86A4CB

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

Shades of Polo Blue #86A4CB

Tints of Polo Blue #86A4CB

Color information

#86A4CB (or 0x86A4CB) is unknown color: approx Polo Blue. HEX triplet: 86, A4 and CB. RGB value is (134,164,203). Sum of RGB (Red+Green+Blue) = 134+164+203=501 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.75% from 501); Green value is 164 (64.45% from 255 or 32.73% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #86A4CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A4CB is #795B34. Grayscale: #9F9F9F. Windows color (decimal): -7953205 or 13345926. OLE color: 13345926.

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

Color convert

RGB134164203-
CMYK0.340.1900.20
HSL213.91º39.88%66.08%-
HSV(B)213.91º33.99%79.61%-
XYZ33.8935.9361.65-
YUV159.48152.56109.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.75%
GREEN value IS 164 (64.45% from 255) = 32.73%
BLUE value IS 203 (79.69% from 255) = 40.52%
R=26.75%
G=32.73%
B=40.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1341642030.340.1900.20213.9139.8866.08
Hex86A4CB2213014d62842
Octal206244313422302432650102
Binary10000110101001001100101110001010011010100110101101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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