#86A0D6

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

Shades of Polo Blue #86A0D6

Tints of Polo Blue #86A0D6

Color information

#86A0D6 (or 0x86A0D6) is unknown color: approx Polo Blue. HEX triplet: 86, A0 and D6. RGB value is (134,160,214). Sum of RGB (Red+Green+Blue) = 134+160+214=508 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.38% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 214 (83.98% from 255 or 42.13% from 508); Max value from RGB is 214 - color contains mainly: blue. Hex color #86A0D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A0D6 is #795F29. Grayscale: #9E9E9E. Windows color (decimal): -7954218 or 14065798. OLE color: 14065798.

HSL color Cylindrical-coordinate representation of color #86A0D6: hue angle of 220.5º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86A0D6 is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB134160214-
CMYK0.370.2500.16
HSL220.5º49.38%68.24%-
HSV(B)220.5º37.38%83.92%-
XYZ34.5435.0668.57-
YUV158.38159.39110.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.38%
GREEN value IS 160 (62.89% from 255) = 31.50%
BLUE value IS 214 (83.98% from 255) = 42.13%
R=26.38%
G=31.50%
B=42.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1341602140.370.2500.16220.549.3868.24
Hex86A0D62519010dc3144
Octal206240326453102033461104
Binary10000110101000001101011010010111001010000110111001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,160,214); }

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

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

 a { background-color: rgb(134,160,214); }

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

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

 span { border-color: rgb(134,160,214); }

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